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.0988,-83.017)};var g_ce882a3574a4615e8d93ad44cc875349 = new google.maps.Geocoder();g_ce882a3574a4615e8d93ad44cc875349.geocode( { 'address': "65 E State St, Columbus, OH 43215"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-heartland-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-heartland-bank'), mapOptions);}document.getElementById('ee3e7a49').innerHTML += ' | View Map';var $lce882a3574a4615e8d93ad44cc875349 = '

Heartland Bank

Address: 65 E State St, Columbus, OH 43215
Phone: (614) 416-0244
';var m_ce882a3574a4615e8d93ad44cc875349 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heartland Bank',});m_ce882a3574a4615e8d93ad44cc875349['infowindow'] = new google.maps.InfoWindow({content: $lce882a3574a4615e8d93ad44cc875349});var infowindow = new google.maps.InfoWindow({content: $lce882a3574a4615e8d93ad44cc875349});google.maps.event.addListener(m_ce882a3574a4615e8d93ad44cc875349, 'click', function() {infowindow.open(map,m_ce882a3574a4615e8d93ad44cc875349);});$marker.push(m_ce882a3574a4615e8d93ad44cc875349);}});}google.maps.event.addDomListener(window, 'load', initialize);