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(30.8276,-83.3142)};var g_0f0c293f35c447337ef99732f40b037b = new google.maps.Geocoder();g_0f0c293f35c447337ef99732f40b037b.geocode( { 'address': "1707 Dow St, Valdosta, GA 31601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valdosta-GA-georgia-power-valdosta-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('valdosta-GA-georgia-power-valdosta-credit-union'), mapOptions);}document.getElementById('0af81db9').innerHTML += ' | View Map';var $l0f0c293f35c447337ef99732f40b037b = '

Georgia Power Valdosta Credit Union

Address: 1707 Dow St, Valdosta, GA 31601, USA
Phone: (229) 253-1111
';var m_0f0c293f35c447337ef99732f40b037b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia Power Valdosta Credit Union',});m_0f0c293f35c447337ef99732f40b037b['infowindow'] = new google.maps.InfoWindow({content: $l0f0c293f35c447337ef99732f40b037b});var infowindow = new google.maps.InfoWindow({content: $l0f0c293f35c447337ef99732f40b037b});google.maps.event.addListener(m_0f0c293f35c447337ef99732f40b037b, 'click', function() {infowindow.open(map,m_0f0c293f35c447337ef99732f40b037b);});$marker.push(m_0f0c293f35c447337ef99732f40b037b);}});}google.maps.event.addDomListener(window, 'load', initialize);