var map = new OpenLayers.Map("miami-FL-check-cashing-usa");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( -80.1977, 25.7791 ).transform(new OpenLayers.Projection("EPSG:4326"),map.getProjectionObject());map.setCenter (lonLat, zoom);$geo('13752 SW 152nd St, Miami, FL 33177', 'b2b9fb1b', '85bae4e7');$geo('899 NW 37th Ave, Miami, FL 33125', 'a07fc2d8', '85bae4e7');$geo('2905 NW 27th Ave, Miami, FL 33142', 'e69ec37b', '85bae4e7');$geo('1201 SW 8th St, Miami, FL 33135', '4df7d02f', '85bae4e7');$geo('5910 NW 183 St, Miami, FL 33015', 'fc5d645a', '85bae4e7');$geo('13825 SW 88th St, Miami, FL 33186', 'e57ed96f', '85bae4e7');$geo('901 NW 17th St, Miami, FL 33136', '8dc47c84', '85bae4e7');$geo('2959 NW 79th St, Miami, FL 33147', '12239bf5', '85bae4e7');$geo('1059 W Flagler St, Miami, FL 33130', '029e5160', '85bae4e7');$geo('8447 Coral Way, Miami, FL 33155', 'a843e7b7', '85bae4e7');$geo('4901 SW 8th Street, Miami, FL 33134', '999e33ea', '85bae4e7');$geo('1717 NW 17th Ave, Miami, FL 33125', '818b4e62', '85bae4e7');$geo('10920 W Flagler St, Miami, FL 33174', '85e055a5', '85bae4e7');$geo('11348 SW 184th St, Miami, FL 33157', '4f7bb0bb', '85bae4e7');$geo('8347 W Flagler St, Miami, FL 33144', '87f076a0', '85bae4e7');$geo('13750 SW 84th St, Miami, FL 33183', '25fb4ffc', '85bae4e7');$geo('9500 NW 27th Ave, Miami, FL 33147', 'd3dff783', '85bae4e7');$geo('6622 W Flagler St, Miami, FL 33144', 'cfe783b5', '85bae4e7');$geo('44 N Miami Ave, Miami, FL 33131', '18558ca0', '85bae4e7');$geo('3001 S Biscayne Blvd, Miami, FL 33137', '624385f5', '85bae4e7');$geo('90 NW 79th Ave, Miami, FL 33126', '276f8aad', '85bae4e7');$geo('3598 NW 27th Ave, Miami, FL 33142', '616d9d73', '85bae4e7');$geo('6356 SW 8th St, Miami, FL 33144', 'adfe916b', '85bae4e7');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';});}