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(33.0379,-85.0318)};var g_9a759e73db83e5fc9d1b5c7c7a379475 = new google.maps.Geocoder();g_9a759e73db83e5fc9d1b5c7c7a379475.geocode( { 'address': "117 Bull St, LaGrange, GA 30240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lagrange-GA-southern-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lagrange-GA-southern-credit-union'), mapOptions);}document.getElementById('4e1377b1').innerHTML += ' | View Map';var $l9a759e73db83e5fc9d1b5c7c7a379475 = '

Southern Credit Union

Address: 117 Bull St, LaGrange, GA 30240, USA
Phone: (770) 719-1111
';var m_9a759e73db83e5fc9d1b5c7c7a379475 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Credit Union',});m_9a759e73db83e5fc9d1b5c7c7a379475['infowindow'] = new google.maps.InfoWindow({content: $l9a759e73db83e5fc9d1b5c7c7a379475});var infowindow = new google.maps.InfoWindow({content: $l9a759e73db83e5fc9d1b5c7c7a379475});google.maps.event.addListener(m_9a759e73db83e5fc9d1b5c7c7a379475, 'click', function() {infowindow.open(map,m_9a759e73db83e5fc9d1b5c7c7a379475);});$marker.push(m_9a759e73db83e5fc9d1b5c7c7a379475);}});}google.maps.event.addDomListener(window, 'load', initialize);