This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require 'includes/mapData.php'; | |
?> | |
var map; | |
var living1 = new google.maps.LatLng(37.3333, -121.9000); | |
var MY_MAPTYPE_ID = 'custom_style'; |