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.6747,-74.8267)};var g_6da68d6f4c01a5e47543003aeabb70d8 = new google.maps.Geocoder();g_6da68d6f4c01a5e47543003aeabb70d8.geocode( { 'address': "1460 NY-17B, White Lake, NY 12786, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-lake-NY-jeff-bank').style.display = '';map = new google.maps.Map(document.getElementById('white-lake-NY-jeff-bank'), mapOptions);}document.getElementById('05c0644b').innerHTML += ' | View Map';var $l6da68d6f4c01a5e47543003aeabb70d8 = '

Jeff Bank

Address: 1460 NY-17B, White Lake, NY 12786, USA
Phone: (845) 583-4074
';var m_6da68d6f4c01a5e47543003aeabb70d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeff Bank',});m_6da68d6f4c01a5e47543003aeabb70d8['infowindow'] = new google.maps.InfoWindow({content: $l6da68d6f4c01a5e47543003aeabb70d8});var infowindow = new google.maps.InfoWindow({content: $l6da68d6f4c01a5e47543003aeabb70d8});google.maps.event.addListener(m_6da68d6f4c01a5e47543003aeabb70d8, 'click', function() {infowindow.open(map,m_6da68d6f4c01a5e47543003aeabb70d8);});$marker.push(m_6da68d6f4c01a5e47543003aeabb70d8);}});}google.maps.event.addDomListener(window, 'load', initialize);