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_3e91c64374748139567aa5f3d103bb93 = new google.maps.Geocoder();g_3e91c64374748139567aa5f3d103bb93.geocode( { 'address': "1210 Hillcrest Pkwy, Dublin, GA 31021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dublin-GA-citizens-bank-laurens-county').style.display = '';map = new google.maps.Map(document.getElementById('dublin-GA-citizens-bank-laurens-county'), mapOptions);}document.getElementById('86d26433').innerHTML += ' | View Map';var $l3e91c64374748139567aa5f3d103bb93 = '

Citizens Bank-Laurens County

Address: 1210 Hillcrest Pkwy, Dublin, GA 31021
Phone: (478) 272-7775
';var m_3e91c64374748139567aa5f3d103bb93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank-Laurens County',});m_3e91c64374748139567aa5f3d103bb93['infowindow'] = new google.maps.InfoWindow({content: $l3e91c64374748139567aa5f3d103bb93});var infowindow = new google.maps.InfoWindow({content: $l3e91c64374748139567aa5f3d103bb93});google.maps.event.addListener(m_3e91c64374748139567aa5f3d103bb93, 'click', function() {infowindow.open(map,m_3e91c64374748139567aa5f3d103bb93);});$marker.push(m_3e91c64374748139567aa5f3d103bb93);}});}google.maps.event.addDomListener(window, 'load', initialize);