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.5768,-84.2302)};var g_8f2cec0b8f27c169c1f03a26c05446ba = new google.maps.Geocoder();g_8f2cec0b8f27c169c1f03a26c05446ba.geocode( { 'address': "736 N Main St, Springboro, OH 45066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springboro-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('springboro-OH-huntington-bank'), mapOptions);}document.getElementById('e3dee511').innerHTML += ' | View Map';var $l8f2cec0b8f27c169c1f03a26c05446ba = '

Huntington Bank

Address: 736 N Main St, Springboro, OH 45066, USA
Phone: (937) 748-1421
';var m_8f2cec0b8f27c169c1f03a26c05446ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_8f2cec0b8f27c169c1f03a26c05446ba['infowindow'] = new google.maps.InfoWindow({content: $l8f2cec0b8f27c169c1f03a26c05446ba});var infowindow = new google.maps.InfoWindow({content: $l8f2cec0b8f27c169c1f03a26c05446ba});google.maps.event.addListener(m_8f2cec0b8f27c169c1f03a26c05446ba, 'click', function() {infowindow.open(map,m_8f2cec0b8f27c169c1f03a26c05446ba);});$marker.push(m_8f2cec0b8f27c169c1f03a26c05446ba);}});}google.maps.event.addDomListener(window, 'load', initialize);