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(32.3876,-83.3529)};var g_53abec67fb016be5f431dda0e1fe7473 = new google.maps.Geocoder();g_53abec67fb016be5f431dda0e1fe7473.geocode( { 'address': "124 E Dykes St, Cochran, GA 31014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cochran-GA-citizens-bank-of-cochran').style.display = '';map = new google.maps.Map(document.getElementById('cochran-GA-citizens-bank-of-cochran'), mapOptions);}document.getElementById('5730301c').innerHTML += ' | View Map';var $l53abec67fb016be5f431dda0e1fe7473 = '

Citizens Bank of Cochran

Address: 124 E Dykes St, Cochran, GA 31014, USA
Phone: (478) 934-6277
';var m_53abec67fb016be5f431dda0e1fe7473 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank of Cochran',});m_53abec67fb016be5f431dda0e1fe7473['infowindow'] = new google.maps.InfoWindow({content: $l53abec67fb016be5f431dda0e1fe7473});var infowindow = new google.maps.InfoWindow({content: $l53abec67fb016be5f431dda0e1fe7473});google.maps.event.addListener(m_53abec67fb016be5f431dda0e1fe7473, 'click', function() {infowindow.open(map,m_53abec67fb016be5f431dda0e1fe7473);});$marker.push(m_53abec67fb016be5f431dda0e1fe7473);}});}google.maps.event.addDomListener(window, 'load', initialize);