var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(41.3304,-73.8341)};var g_a1a9d081b7927496389efde92cad6ffb = new google.maps.Geocoder();g_a1a9d081b7927496389efde92cad6ffb.geocode( { 'address': "1342 E Main St, Shrub Oak, NY 10588"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shrub-oak-NY-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('shrub-oak-NY-wells-fargo-bank'), mapOptions);}document.getElementById('d73f5fa7').innerHTML += ' | View Map';var $la1a9d081b7927496389efde92cad6ffb = '

Wells Fargo Bank

Address: 1342 E Main St, Shrub Oak, NY 10588
Phone: (914) 528-7007
';var m_a1a9d081b7927496389efde92cad6ffb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_a1a9d081b7927496389efde92cad6ffb['infowindow'] = new google.maps.InfoWindow({content: $la1a9d081b7927496389efde92cad6ffb});var infowindow = new google.maps.InfoWindow({content: $la1a9d081b7927496389efde92cad6ffb});google.maps.event.addListener(m_a1a9d081b7927496389efde92cad6ffb, 'click', function() {infowindow.open(map,m_a1a9d081b7927496389efde92cad6ffb);});$marker.push(m_a1a9d081b7927496389efde92cad6ffb);}});}google.maps.event.addDomListener(window, 'load', initialize);