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.0007,-86.0917)};var g_cf1a1c667487439c1b03b575c694224a = new google.maps.Geocoder();g_cf1a1c667487439c1b03b575c694224a.geocode( { 'address': "14611 Gray Rd, Westfield, IN 46062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westfield-IN-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('westfield-IN-atm-huntington-national-bank'), mapOptions);}document.getElementById('44134e70').innerHTML += ' | View Map';var $lcf1a1c667487439c1b03b575c694224a = '

ATM (Huntington National Bank)

Address: 14611 Gray Rd, Westfield, IN 46062, USA
Phone:
';var m_cf1a1c667487439c1b03b575c694224a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_cf1a1c667487439c1b03b575c694224a['infowindow'] = new google.maps.InfoWindow({content: $lcf1a1c667487439c1b03b575c694224a});var infowindow = new google.maps.InfoWindow({content: $lcf1a1c667487439c1b03b575c694224a});google.maps.event.addListener(m_cf1a1c667487439c1b03b575c694224a, 'click', function() {infowindow.open(map,m_cf1a1c667487439c1b03b575c694224a);});$marker.push(m_cf1a1c667487439c1b03b575c694224a);}});}google.maps.event.addDomListener(window, 'load', initialize);