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(39.8769,-83.0613)};var g_caf50729bf5059a1c43efa3ff95017bc = new google.maps.Geocoder();g_caf50729bf5059a1c43efa3ff95017bc.geocode( { 'address': "2173 Stringtown Rd, Grove City, OH 43123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grove-city-OH-atm-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('grove-city-OH-atm-huntington-bank'), mapOptions);}document.getElementById('70193002').innerHTML += ' | View Map';var $lcaf50729bf5059a1c43efa3ff95017bc = '

ATM (Huntington Bank)

Address: 2173 Stringtown Rd, Grove City, OH 43123, USA
Phone: (614) 782-9015
';var m_caf50729bf5059a1c43efa3ff95017bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington Bank)',});m_caf50729bf5059a1c43efa3ff95017bc['infowindow'] = new google.maps.InfoWindow({content: $lcaf50729bf5059a1c43efa3ff95017bc});var infowindow = new google.maps.InfoWindow({content: $lcaf50729bf5059a1c43efa3ff95017bc});google.maps.event.addListener(m_caf50729bf5059a1c43efa3ff95017bc, 'click', function() {infowindow.open(map,m_caf50729bf5059a1c43efa3ff95017bc);});$marker.push(m_caf50729bf5059a1c43efa3ff95017bc);}});}google.maps.event.addDomListener(window, 'load', initialize);