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.5239,-82.4152)};var g_0a3c404560b2fda9b035af9a874b7d33 = new google.maps.Geocoder();g_0a3c404560b2fda9b035af9a874b7d33.geocode( { 'address': "188 W Main St, Logan, OH 43138"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-OH-citizens-bank-of-logan').style.display = '';map = new google.maps.Map(document.getElementById('logan-OH-citizens-bank-of-logan'), mapOptions);}document.getElementById('cfca3a1f').innerHTML += ' | View Map';var $l0a3c404560b2fda9b035af9a874b7d33 = '

Citizens Bank Of Logan

Address: 188 W Main St, Logan, OH 43138
Phone: (740) 385-8561
';var m_0a3c404560b2fda9b035af9a874b7d33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Of Logan',});m_0a3c404560b2fda9b035af9a874b7d33['infowindow'] = new google.maps.InfoWindow({content: $l0a3c404560b2fda9b035af9a874b7d33});var infowindow = new google.maps.InfoWindow({content: $l0a3c404560b2fda9b035af9a874b7d33});google.maps.event.addListener(m_0a3c404560b2fda9b035af9a874b7d33, 'click', function() {infowindow.open(map,m_0a3c404560b2fda9b035af9a874b7d33);});$marker.push(m_0a3c404560b2fda9b035af9a874b7d33);}});}google.maps.event.addDomListener(window, 'load', initialize);