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.5368,-81.9305)};var g_f54ac3751f229ee0beaccca82f2fcb2b = new google.maps.Geocoder();g_f54ac3751f229ee0beaccca82f2fcb2b.geocode( { 'address': "27205 US-80, Portal, GA 30450, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portal-GA-core-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('portal-GA-core-credit-union'), mapOptions);}document.getElementById('4fd2c6b7').innerHTML += ' | View Map';var $lf54ac3751f229ee0beaccca82f2fcb2b = '

Core Credit Union

Address: 27205 US-80, Portal, GA 30450, USA
Phone: (912) 764-9846
';var m_f54ac3751f229ee0beaccca82f2fcb2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Core Credit Union',});m_f54ac3751f229ee0beaccca82f2fcb2b['infowindow'] = new google.maps.InfoWindow({content: $lf54ac3751f229ee0beaccca82f2fcb2b});var infowindow = new google.maps.InfoWindow({content: $lf54ac3751f229ee0beaccca82f2fcb2b});google.maps.event.addListener(m_f54ac3751f229ee0beaccca82f2fcb2b, 'click', function() {infowindow.open(map,m_f54ac3751f229ee0beaccca82f2fcb2b);});$marker.push(m_f54ac3751f229ee0beaccca82f2fcb2b);}});}google.maps.event.addDomListener(window, 'load', initialize);