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.559,-84.2232)};var g_1b5b992437ee4cc5c486262ffe85442a = new google.maps.Geocoder();g_1b5b992437ee4cc5c486262ffe85442a.geocode( { 'address': "736 N Main St, Springboro, OH 45066"}, 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('8eba493b').innerHTML += ' | View Map';var $l1b5b992437ee4cc5c486262ffe85442a = '

Huntington Bank

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