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(31.9569,-81.3209)};var g_dadb2ec9408cc9d2090a1e0a93f51eb6 = new google.maps.Geocoder();g_dadb2ec9408cc9d2090a1e0a93f51eb6.geocode( { 'address': "60 Exchange St, Richmond Hill, GA 31324, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-hill-GA-geo-vista-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('richmond-hill-GA-geo-vista-credit-union'), mapOptions);}document.getElementById('57e3629d').innerHTML += ' | View Map';var $ldadb2ec9408cc9d2090a1e0a93f51eb6 = '

Geo Vista Credit Union

Address: 60 Exchange St, Richmond Hill, GA 31324, USA
Phone: (912) 756-0214
';var m_dadb2ec9408cc9d2090a1e0a93f51eb6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Geo Vista Credit Union',});m_dadb2ec9408cc9d2090a1e0a93f51eb6['infowindow'] = new google.maps.InfoWindow({content: $ldadb2ec9408cc9d2090a1e0a93f51eb6});var infowindow = new google.maps.InfoWindow({content: $ldadb2ec9408cc9d2090a1e0a93f51eb6});google.maps.event.addListener(m_dadb2ec9408cc9d2090a1e0a93f51eb6, 'click', function() {infowindow.open(map,m_dadb2ec9408cc9d2090a1e0a93f51eb6);});$marker.push(m_dadb2ec9408cc9d2090a1e0a93f51eb6);}});}google.maps.event.addDomListener(window, 'load', initialize);