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(40.0514,-80.0002)};var g_3644a684f98ea8fe223c713b77189a77 = new google.maps.Geocoder();g_3644a684f98ea8fe223c713b77189a77.geocode( { 'address': "US-40, Richeyville, PA 15358, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centerville-PA-huntington-atm').style.display = '';map = new google.maps.Map(document.getElementById('centerville-PA-huntington-atm'), mapOptions);}document.getElementById('0e109495').innerHTML += ' | View Map';var $l3644a684f98ea8fe223c713b77189a77 = '

Huntington ATM

Address: US-40, Richeyville, PA 15358, USA
Phone:
';var m_3644a684f98ea8fe223c713b77189a77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington ATM',});m_3644a684f98ea8fe223c713b77189a77['infowindow'] = new google.maps.InfoWindow({content: $l3644a684f98ea8fe223c713b77189a77});var infowindow = new google.maps.InfoWindow({content: $l3644a684f98ea8fe223c713b77189a77});google.maps.event.addListener(m_3644a684f98ea8fe223c713b77189a77, 'click', function() {infowindow.open(map,m_3644a684f98ea8fe223c713b77189a77);});$marker.push(m_3644a684f98ea8fe223c713b77189a77);}});}google.maps.event.addDomListener(window, 'load', initialize);