var map = new OpenLayers.Map("mobile-AL-alabama-title-loans-inc");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('7900 Airport Blvd, Mobile, AL 36608-9616', 'd893a81b', '9aef09b4');$geo('2200 Dauphin Island Pkwy, Mobile, AL 36605-3302', 'd7be0343', '9aef09b4');$geo('5400 Highway 90 W, Mobile, AL 36619-4208', 'e498b3dc', '9aef09b4');$geo('3203 Spring Hill Ave, Mobile, AL 36607-1809', '7acd7cf7', '9aef09b4');$geo('3951 Government Blvd, Mobile, AL 36693-4736', '751dd3af', '9aef09b4');$geo('3716 Moffett Rd, Mobile, AL 36618-1208', 'a9fd1980', '9aef09b4');$geo('500 S Wilson Ave, Mobile, AL 36617-3631', '1493adcb', '9aef09b4');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';});}