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.5245,-74.0312)};var g_afe434653a898da20044041262b3ac74 = new google.maps.Geocoder();g_afe434653a898da20044041262b3ac74.geocode( { 'address': "68 N Plank Rd, Newburgh, NY 12550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newburgh-NY-empire-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('newburgh-NY-empire-state-bank'), mapOptions);}document.getElementById('a81b05a3').innerHTML += ' | View Map';var $lafe434653a898da20044041262b3ac74 = '

Empire State Bank

Address: 68 N Plank Rd, Newburgh, NY 12550, USA
Phone: (845) 561-0003
';var m_afe434653a898da20044041262b3ac74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire State Bank',});m_afe434653a898da20044041262b3ac74['infowindow'] = new google.maps.InfoWindow({content: $lafe434653a898da20044041262b3ac74});var infowindow = new google.maps.InfoWindow({content: $lafe434653a898da20044041262b3ac74});google.maps.event.addListener(m_afe434653a898da20044041262b3ac74, 'click', function() {infowindow.open(map,m_afe434653a898da20044041262b3ac74);});$marker.push(m_afe434653a898da20044041262b3ac74);}});}google.maps.event.addDomListener(window, 'load', initialize);