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.1787,-81.489)};var g_2ec59b5da54832122ccd3af82d387dce = new google.maps.Geocoder();g_2ec59b5da54832122ccd3af82d387dce.geocode( { 'address': "227 Gateway Center Blvd, Brunswick, GA 31525"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brunswick-GA-marshland-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('brunswick-GA-marshland-credit-union'), mapOptions);}document.getElementById('7eca0088').innerHTML += ' | View Map';var $l2ec59b5da54832122ccd3af82d387dce = '

Marshland Credit Union

Address: 227 Gateway Center Blvd, Brunswick, GA 31525
Phone: (912) 265-9499
';var m_2ec59b5da54832122ccd3af82d387dce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marshland Credit Union',});m_2ec59b5da54832122ccd3af82d387dce['infowindow'] = new google.maps.InfoWindow({content: $l2ec59b5da54832122ccd3af82d387dce});var infowindow = new google.maps.InfoWindow({content: $l2ec59b5da54832122ccd3af82d387dce});google.maps.event.addListener(m_2ec59b5da54832122ccd3af82d387dce, 'click', function() {infowindow.open(map,m_2ec59b5da54832122ccd3af82d387dce);});$marker.push(m_2ec59b5da54832122ccd3af82d387dce);}});}google.maps.event.addDomListener(window, 'load', initialize);