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.1445,-73.9965)};var g_f930c57ffc5c4bd2814a088d4f06b430 = new google.maps.Geocoder();g_f930c57ffc5c4bd2814a088d4f06b430.geocode( { 'address': "42 N Main St, New City, NY 10956"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-sterling-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-sterling-national-bank'), mapOptions);}document.getElementById('0ec5be37').innerHTML += ' | View Map';var $lf930c57ffc5c4bd2814a088d4f06b430 = '

Sterling National Bank

Address: 42 N Main St, New City, NY 10956
Phone: (845) 369-8551
';var m_f930c57ffc5c4bd2814a088d4f06b430 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling National Bank',});m_f930c57ffc5c4bd2814a088d4f06b430['infowindow'] = new google.maps.InfoWindow({content: $lf930c57ffc5c4bd2814a088d4f06b430});var infowindow = new google.maps.InfoWindow({content: $lf930c57ffc5c4bd2814a088d4f06b430});google.maps.event.addListener(m_f930c57ffc5c4bd2814a088d4f06b430, 'click', function() {infowindow.open(map,m_f930c57ffc5c4bd2814a088d4f06b430);});$marker.push(m_f930c57ffc5c4bd2814a088d4f06b430);}});}google.maps.event.addDomListener(window, 'load', initialize);