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(40.0602,-82.4061)};var g_7ad2a71e4a2070da2e4832b2ce3b24ba = new google.maps.Geocoder();g_7ad2a71e4a2070da2e4832b2ce3b24ba.geocode( { 'address': "44 W Locust St, Newark, OH 43055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newark-OH-heartland-bank').style.display = '';map = new google.maps.Map(document.getElementById('newark-OH-heartland-bank'), mapOptions);}document.getElementById('61031cb7').innerHTML += ' | View Map';var $l7ad2a71e4a2070da2e4832b2ce3b24ba = '

Heartland Bank

Address: 44 W Locust St, Newark, OH 43055, USA
Phone: (740) 349-7888
';var m_7ad2a71e4a2070da2e4832b2ce3b24ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heartland Bank',});m_7ad2a71e4a2070da2e4832b2ce3b24ba['infowindow'] = new google.maps.InfoWindow({content: $l7ad2a71e4a2070da2e4832b2ce3b24ba});var infowindow = new google.maps.InfoWindow({content: $l7ad2a71e4a2070da2e4832b2ce3b24ba});google.maps.event.addListener(m_7ad2a71e4a2070da2e4832b2ce3b24ba, 'click', function() {infowindow.open(map,m_7ad2a71e4a2070da2e4832b2ce3b24ba);});$marker.push(m_7ad2a71e4a2070da2e4832b2ce3b24ba);}});}google.maps.event.addDomListener(window, 'load', initialize);