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.5346,-82.95)};var g_a77423116453ac3fce62a481761dcbc3 = new google.maps.Geocoder();g_a77423116453ac3fce62a481761dcbc3.geocode( { 'address': "1210 Hillcrest Pkwy, Dublin, GA 31021, USA"}, 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('04f2ffe7').innerHTML += ' | View Map';var $la77423116453ac3fce62a481761dcbc3 = '

Citizens Bank-Laurens County

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