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.543,-82.9097)};var g_f88bb457d98d91a017f148cd8d64ad62 = new google.maps.Geocoder();g_f88bb457d98d91a017f148cd8d64ad62.geocode( { 'address': "1303 Bellevue Ave, Dublin, GA 31021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dublin-GA-the-citizens-bank-of-cochran-dublin').style.display = '';map = new google.maps.Map(document.getElementById('dublin-GA-the-citizens-bank-of-cochran-dublin'), mapOptions);}document.getElementById('967743d6').innerHTML += ' | View Map';var $lf88bb457d98d91a017f148cd8d64ad62 = '

The Citizens Bank of Cochran Dublin

Address: 1303 Bellevue Ave, Dublin, GA 31021
Phone: (478) 272-9650
';var m_f88bb457d98d91a017f148cd8d64ad62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Citizens Bank of Cochran Dublin',});m_f88bb457d98d91a017f148cd8d64ad62['infowindow'] = new google.maps.InfoWindow({content: $lf88bb457d98d91a017f148cd8d64ad62});var infowindow = new google.maps.InfoWindow({content: $lf88bb457d98d91a017f148cd8d64ad62});google.maps.event.addListener(m_f88bb457d98d91a017f148cd8d64ad62, 'click', function() {infowindow.open(map,m_f88bb457d98d91a017f148cd8d64ad62);});$marker.push(m_f88bb457d98d91a017f148cd8d64ad62);}});}google.maps.event.addDomListener(window, 'load', initialize);