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(42.5654,-77.7123)};var g_15c9c57967f153325926c6afd1eaf106 = new google.maps.Geocoder();g_15c9c57967f153325926c6afd1eaf106.geocode( { 'address': "152 Franklin St, Dansville, NY 14437, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dansville-NY-atm').style.display = '';map = new google.maps.Map(document.getElementById('dansville-NY-atm'), mapOptions);}document.getElementById('4df32d5a').innerHTML += ' | View Map';var $l15c9c57967f153325926c6afd1eaf106 = '

ATM

Address: 152 Franklin St, Dansville, NY 14437, USA
Phone: (585) 335-2080
';var m_15c9c57967f153325926c6afd1eaf106 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_15c9c57967f153325926c6afd1eaf106['infowindow'] = new google.maps.InfoWindow({content: $l15c9c57967f153325926c6afd1eaf106});var infowindow = new google.maps.InfoWindow({content: $l15c9c57967f153325926c6afd1eaf106});google.maps.event.addListener(m_15c9c57967f153325926c6afd1eaf106, 'click', function() {infowindow.open(map,m_15c9c57967f153325926c6afd1eaf106);});$marker.push(m_15c9c57967f153325926c6afd1eaf106);}});}google.maps.event.addDomListener(window, 'load', initialize);