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.1852,-73.6409)};var g_57cc530f74e4507c2c21808dfb840ae4 = new google.maps.Geocoder();g_57cc530f74e4507c2c21808dfb840ae4.geocode( { 'address': "432 Old Post Rd, Bedford, NY 10506"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-NY-patriot-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bedford-NY-patriot-national-bank'), mapOptions);}document.getElementById('43e713e5').innerHTML += ' | View Map';var $l57cc530f74e4507c2c21808dfb840ae4 = '

Patriot National Bank

Address: 432 Old Post Rd, Bedford, NY 10506
Phone: (914) 234-9780
';var m_57cc530f74e4507c2c21808dfb840ae4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patriot National Bank',});m_57cc530f74e4507c2c21808dfb840ae4['infowindow'] = new google.maps.InfoWindow({content: $l57cc530f74e4507c2c21808dfb840ae4});var infowindow = new google.maps.InfoWindow({content: $l57cc530f74e4507c2c21808dfb840ae4});google.maps.event.addListener(m_57cc530f74e4507c2c21808dfb840ae4, 'click', function() {infowindow.open(map,m_57cc530f74e4507c2c21808dfb840ae4);});$marker.push(m_57cc530f74e4507c2c21808dfb840ae4);}});}google.maps.event.addDomListener(window, 'load', initialize);