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.4664,-85.3651)};var g_171e667bc748e9fa6eceb9695cf79762 = new google.maps.Geocoder();g_171e667bc748e9fa6eceb9695cf79762.geocode( { 'address': "1515 N Walnut St, Hartford City, IN 47348"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hartford-city-IN-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('hartford-city-IN-citizens-state-bank'), mapOptions);}document.getElementById('ee472233').innerHTML += ' | View Map';var $l171e667bc748e9fa6eceb9695cf79762 = '

Citizens State Bank

Address: 1515 N Walnut St, Hartford City, IN 47348
Phone: (765) 348-1055
';var m_171e667bc748e9fa6eceb9695cf79762 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_171e667bc748e9fa6eceb9695cf79762['infowindow'] = new google.maps.InfoWindow({content: $l171e667bc748e9fa6eceb9695cf79762});var infowindow = new google.maps.InfoWindow({content: $l171e667bc748e9fa6eceb9695cf79762});google.maps.event.addListener(m_171e667bc748e9fa6eceb9695cf79762, 'click', function() {infowindow.open(map,m_171e667bc748e9fa6eceb9695cf79762);});$marker.push(m_171e667bc748e9fa6eceb9695cf79762);}});}google.maps.event.addDomListener(window, 'load', initialize);