var map = new OpenLayers.Map("phoenix-AZ-wells-fargo-bank");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( -112.069, 33.4492 ).transform(new OpenLayers.Projection("EPSG:4326"),map.getProjectionObject());map.setCenter (lonLat, zoom);$geo('5102 W Indian School Rd, Phoenix, AZ 85031', '6efc34ec', 'aec0062d');$geo('3402 W Bell Rd, Phoenix, AZ 85053', '6d0e58f8', 'aec0062d');$geo('4501 S Central Ave, Phoenix, AZ 85040', 'd8ec814c', 'aec0062d');$geo('550 E Bell Rd, Phoenix, AZ 85022', '47c35d91', 'aec0062d');$geo('2626 S 83rd Ave, Phoenix, AZ 85043', 'c4fb3397', 'aec0062d');$geo('2010 W Baseline Rd, Phoenix, AZ 85041', '41c59a5e', 'aec0062d');$geo('3501 W Bell Rd, Phoenix, AZ 85053', 'e2e40d0d', 'aec0062d');$geo('3102 E Camelback Rd, Phoenix, AZ 85016', '71a0972d', 'aec0062d');$geo('5050 N 24th St, Phoenix, AZ 85016', '37dd7ea8', 'aec0062d');$geo('21040 N Tatum Blvd, Phoenix, AZ 85050', 'b1324a0c', 'aec0062d');$geo('3540 W Glendale Ave, Phoenix, AZ 85051', 'dff51b7f', 'aec0062d');$geo('10651 S 51st St, Phoenix, AZ 85044', 'fdad886e', 'aec0062d');$geo('4202 W Cactus Rd, Phoenix, AZ 85029', '6f59e939', 'aec0062d');$geo('10665 N Tatum Blvd, Phoenix, AZ 85028', '8141fae8', 'aec0062d');$geo('4823 E Ray Rd, Phoenix, AZ 85044', '61427da1', 'aec0062d');$geo('3002 N Central Ave, Phoenix, AZ 85012', 'f8b34676', 'aec0062d');$geo('13015 N Tatum Blvd, Phoenix, AZ 85032', 'eae5067d', 'aec0062d');$geo('2745 W Carefree Hwy, Phoenix, AZ 85085', 'dd2c1558', 'aec0062d');$geo('850 E Greenway Pkwy, Phoenix, AZ 85022', '18c54f55', 'aec0062d');$geo('4402 E Thomas Rd, Phoenix, AZ 85018', '2cf8413f', 'aec0062d');$geo('744 W Camelback Rd, Phoenix, AZ 85013', '27cc8dd8', 'aec0062d');$geo('15825 S Desert Foothills Pkwy, Phoenix, AZ 85048', '65405491', 'aec0062d');$geo('100 W Washington St, Phoenix, AZ 85003', 'aa1f9dc5', 'aec0062d');$geo('7630 W Thomas Rd, Phoenix, AZ 85033', 'c0d09780', 'aec0062d');$geo('5033 N 7th St, Phoenix, AZ 85014', 'dafdcb3c', 'aec0062d');$geo('9850 N Metro Pkwy W, Phoenix, AZ 85051', '74c716e3', 'aec0062d');$geo('3450 W Polk St, Phoenix, AZ 85009', '286a9773', 'aec0062d');$geo('731 E Union Hills Dr, Phoenix, AZ 85024', '2378bed9', 'aec0062d');$geo('2250 E Baseline Rd, Phoenix, AZ 85042', '93daf05f', 'aec0062d');$geo('10631 N 32nd St, Phoenix, AZ 85028', 'adba4a07', 'aec0062d');$geo('2123 W Happy Valley Rd, Phoenix, AZ 85085', 'c9ec8862', 'aec0062d');$geo('3949 E Chandler Blvd, Phoenix, AZ 85048', '1358f4be', 'aec0062d');$geo('8021 N 35th Ave, Phoenix, AZ 85051', '08c19aaf', 'aec0062d');$geo('4115 N 108th Ave, Phoenix, AZ 85037', 'd922dd45', 'aec0062d');$geo('5151 N 44th St, Phoenix, AZ 85018', '0f9e2d22', 'aec0062d');$geo('5840 W Thomas Rd, Phoenix, AZ 85031', '20b5466b', 'aec0062d');$geo('701 S Central Ave, Phoenix, AZ 85004', '37c801a9', 'aec0062d');$geo('6601 W Indian School Rd, Phoenix, AZ 85033', 'd59185dd', 'aec0062d');$geo('4855 E Warner Rd, Phoenix, AZ 85044', '49afe1b3', 'aec0062d');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';});}