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.7017,-73.9168)};var g_89a183c0c11d6d0ca7830f9d530a3097 = new google.maps.Geocoder();g_89a183c0c11d6d0ca7830f9d530a3097.geocode( { 'address': "55 Burnett Blvd, Poughkeepsie, NY 12603"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poughkeepsie-NY-chase').style.display = '';map = new google.maps.Map(document.getElementById('poughkeepsie-NY-chase'), mapOptions);}document.getElementById('234e8e37').innerHTML += ' | View Map';var $l89a183c0c11d6d0ca7830f9d530a3097 = '

Chase

Address: 55 Burnett Blvd, Poughkeepsie, NY 12603
Phone: (845) 454-1252
';var m_89a183c0c11d6d0ca7830f9d530a3097 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase',});m_89a183c0c11d6d0ca7830f9d530a3097['infowindow'] = new google.maps.InfoWindow({content: $l89a183c0c11d6d0ca7830f9d530a3097});var infowindow = new google.maps.InfoWindow({content: $l89a183c0c11d6d0ca7830f9d530a3097});google.maps.event.addListener(m_89a183c0c11d6d0ca7830f9d530a3097, 'click', function() {infowindow.open(map,m_89a183c0c11d6d0ca7830f9d530a3097);});$marker.push(m_89a183c0c11d6d0ca7830f9d530a3097);}});}google.maps.event.addDomListener(window, 'load', initialize);