var map = new OpenLayers.Map("mobile-AL-advance-america");map.addLayer(new OpenLayers.Layer.OSM("OpenStreetMap", ['//a.tile.openstreetmap.org/${z}/${x}/${y}.png','//b.tile.openstreetmap.org/${z}/${x}/${y}.png','//c.tile.openstreetmap.org/${z}/${x}/${y}.png'], null)); var zoom=9;var lonLat = new OpenLayers.LonLat( -88.0499, 30.6975 ).transform(new OpenLayers.Projection("EPSG:4326"),map.getProjectionObject());map.setCenter (lonLat, zoom);$geo('3476 Springhill Avenue, Mobile, AL 36608', 'cb45f22f', '810eb874');$geo('3180-B Moffett Rd., Mobile, AL 36607', 'f43e66b2', '810eb874');$geo('5451 Halls Mill Road, Suite W, Mobile, AL 36619', '38d996f5', '810eb874');$geo('6347 Airport Blvd, Unit C, Mobile, AL 36608', '245bd260', '810eb874');$geo('1956 S University Blvd, Mobile, AL 36609', '8507de39', '810eb874');$geo('3008B Dauphin Island Pkwy., Ste. #50, Mobile, AL 36605', 'd8ffaed2', '810eb874');$geo('790 Schillinger Rd. N., Ste. 1, Mobile, AL 36608', '5357547e', '810eb874');$geo('5701 Moffett Road, Ste. O3, Mobile, AL 36618', 'd7e61bfa', '810eb874');$geo('312-U Schillinger Rd., Mobile, AL 36608', '4368b475', '810eb874');$geo('2501 Government Blvd., #5, Mobile, AL 36606', '3265aa0a', '810eb874');$geo('4027 Airport Blvd., Ste. C, Mobile, AL 36608', '7e17f867', '810eb874');$geo('6357 Cottage Hill Rd., Mobile, AL 36609', '52544356', '810eb874');function $setCenter($lon, $lat){map.setCenter(new OpenLayers.LonLat($lon,$lat).transform(new OpenLayers.Projection('EPSG:4326'), map.getProjectionObject() ), 18);}function $geo($location, $hash, $hash2){var $geocode = 'https://nominatim.openstreetmap.org/search?q='+$location+'&format=json'; $.getJSON($geocode, function(data) {var lonLat = new OpenLayers.LonLat( data[0]['lon'] , data[0]['lat'] ).transform(new OpenLayers.Projection("EPSG:4326"),map.getProjectionObject());var markers = new OpenLayers.Layer.Markers( "Markers" );map.addLayer(markers);markers.addMarker(new OpenLayers.Marker(lonLat));map.setCenter (lonLat, 12);document.getElementById($hash).innerHTML += ' | View Map';});}