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(38.9712,-81.9143)};var g_bdf32f3965a0cbc6cf4c4f67a0c99dec = new google.maps.Geocoder();g_bdf32f3965a0cbc6cf4c4f67a0c99dec.geocode( { 'address': "502 Elm St, Racine, OH 45771, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('racine-OH-home-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('racine-OH-home-national-bank'), mapOptions);}document.getElementById('f7920970').innerHTML += ' | View Map';var $lbdf32f3965a0cbc6cf4c4f67a0c99dec = '

Home National Bank

Address: 502 Elm St, Racine, OH 45771, USA
Phone: (740) 949-2210
';var m_bdf32f3965a0cbc6cf4c4f67a0c99dec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home National Bank',});m_bdf32f3965a0cbc6cf4c4f67a0c99dec['infowindow'] = new google.maps.InfoWindow({content: $lbdf32f3965a0cbc6cf4c4f67a0c99dec});var infowindow = new google.maps.InfoWindow({content: $lbdf32f3965a0cbc6cf4c4f67a0c99dec});google.maps.event.addListener(m_bdf32f3965a0cbc6cf4c4f67a0c99dec, 'click', function() {infowindow.open(map,m_bdf32f3965a0cbc6cf4c4f67a0c99dec);});$marker.push(m_bdf32f3965a0cbc6cf4c4f67a0c99dec);}});}google.maps.event.addDomListener(window, 'load', initialize);