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(40.9417,-73.8776)};var g_71230b39d8d616670d14b11899c31f88 = new google.maps.Geocoder();g_71230b39d8d616670d14b11899c31f88.geocode( { 'address': "1 Executive Blvd, Yonkers, NY 10701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yonkers-NY-sterling-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('yonkers-NY-sterling-national-bank'), mapOptions);}document.getElementById('75c4b180').innerHTML += ' | View Map';var $l71230b39d8d616670d14b11899c31f88 = '

Sterling National Bank

Address: 1 Executive Blvd, Yonkers, NY 10701
Phone: (914) 964-5252
';var m_71230b39d8d616670d14b11899c31f88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling National Bank',});m_71230b39d8d616670d14b11899c31f88['infowindow'] = new google.maps.InfoWindow({content: $l71230b39d8d616670d14b11899c31f88});var infowindow = new google.maps.InfoWindow({content: $l71230b39d8d616670d14b11899c31f88});google.maps.event.addListener(m_71230b39d8d616670d14b11899c31f88, 'click', function() {infowindow.open(map,m_71230b39d8d616670d14b11899c31f88);});$marker.push(m_71230b39d8d616670d14b11899c31f88);}});}google.maps.event.addDomListener(window, 'load', initialize);