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.3857,-83.3487)};var g_d6c6304ce1a6856636bb639a09eec932 = new google.maps.Geocoder();g_d6c6304ce1a6856636bb639a09eec932.geocode( { 'address': "120 2nd St Se, Cochran, GA 31014"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cochran-GA-cochran-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('cochran-GA-cochran-bank-trust'), mapOptions);}document.getElementById('bb5f5b57').innerHTML += ' | View Map';var $ld6c6304ce1a6856636bb639a09eec932 = '

Cochran Bank & Trust

Address: 120 2nd St Se, Cochran, GA 31014
Phone: (478) 934-4400
';var m_d6c6304ce1a6856636bb639a09eec932 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cochran Bank & Trust',});m_d6c6304ce1a6856636bb639a09eec932['infowindow'] = new google.maps.InfoWindow({content: $ld6c6304ce1a6856636bb639a09eec932});var infowindow = new google.maps.InfoWindow({content: $ld6c6304ce1a6856636bb639a09eec932});google.maps.event.addListener(m_d6c6304ce1a6856636bb639a09eec932, 'click', function() {infowindow.open(map,m_d6c6304ce1a6856636bb639a09eec932);});$marker.push(m_d6c6304ce1a6856636bb639a09eec932);}});}google.maps.event.addDomListener(window, 'load', initialize);