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.2946,-85.2359)};var g_4e99db4fc79374e38155d89c77dd4226 = new google.maps.Geocoder();g_4e99db4fc79374e38155d89c77dd4226.geocode( { 'address': "2191 W Columbia Ave, Battle Creek, MI 49015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('battle-creek-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('battle-creek-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('13a668b5').innerHTML += ' | View Map';var $l4e99db4fc79374e38155d89c77dd4226 = '

ATM (Huntington National Bank)

Address: 2191 W Columbia Ave, Battle Creek, MI 49015, USA
Phone: (269) 965-8091
';var m_4e99db4fc79374e38155d89c77dd4226 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_4e99db4fc79374e38155d89c77dd4226['infowindow'] = new google.maps.InfoWindow({content: $l4e99db4fc79374e38155d89c77dd4226});var infowindow = new google.maps.InfoWindow({content: $l4e99db4fc79374e38155d89c77dd4226});google.maps.event.addListener(m_4e99db4fc79374e38155d89c77dd4226, 'click', function() {infowindow.open(map,m_4e99db4fc79374e38155d89c77dd4226);});$marker.push(m_4e99db4fc79374e38155d89c77dd4226);}});}google.maps.event.addDomListener(window, 'load', initialize);