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.8354,-84.6301)};var g_92fde850d824c2ba9b563cb6fa4078c3 = new google.maps.Geocoder();g_92fde850d824c2ba9b563cb6fa4078c3.geocode( { 'address': "3950 Austell Rd, Austell, GA 30106"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austell-GA-membersfirst-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('austell-GA-membersfirst-credit-union'), mapOptions);}document.getElementById('02b704c2').innerHTML += ' | View Map';var $l92fde850d824c2ba9b563cb6fa4078c3 = '

MembersFirst Credit Union

Address: 3950 Austell Rd, Austell, GA 30106
Phone: (770) 732-3604
';var m_92fde850d824c2ba9b563cb6fa4078c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MembersFirst Credit Union',});m_92fde850d824c2ba9b563cb6fa4078c3['infowindow'] = new google.maps.InfoWindow({content: $l92fde850d824c2ba9b563cb6fa4078c3});var infowindow = new google.maps.InfoWindow({content: $l92fde850d824c2ba9b563cb6fa4078c3});google.maps.event.addListener(m_92fde850d824c2ba9b563cb6fa4078c3, 'click', function() {infowindow.open(map,m_92fde850d824c2ba9b563cb6fa4078c3);});$marker.push(m_92fde850d824c2ba9b563cb6fa4078c3);}});}google.maps.event.addDomListener(window, 'load', initialize);