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.3716,-81.6702)};var g_657577da81e125b33239d0cc645b7164 = new google.maps.Geocoder();g_657577da81e125b33239d0cc645b7164.geocode( { 'address': "17740 US Hwy 80 East, Brooklet, GA 30415"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklet-GA-core-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('brooklet-GA-core-credit-union'), mapOptions);}document.getElementById('ed8a96e0').innerHTML += ' | View Map';var $l657577da81e125b33239d0cc645b7164 = '

CORE Credit Union

Address: 17740 US Hwy 80 East, Brooklet, GA 30415
Phone: (912) 764-9846
';var m_657577da81e125b33239d0cc645b7164 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CORE Credit Union',});m_657577da81e125b33239d0cc645b7164['infowindow'] = new google.maps.InfoWindow({content: $l657577da81e125b33239d0cc645b7164});var infowindow = new google.maps.InfoWindow({content: $l657577da81e125b33239d0cc645b7164});google.maps.event.addListener(m_657577da81e125b33239d0cc645b7164, 'click', function() {infowindow.open(map,m_657577da81e125b33239d0cc645b7164);});$marker.push(m_657577da81e125b33239d0cc645b7164);}});}google.maps.event.addDomListener(window, 'load', initialize);