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(35.6891,-78.5796)};var g_033f74ff63b521970fd0bfa7b2221a23 = new google.maps.Geocoder();g_033f74ff63b521970fd0bfa7b2221a23.geocode( { 'address': "1060 Timber Drive East, Garner, NC 27529, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garner-NC-coastal-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('garner-NC-coastal-federal-credit-union'), mapOptions);}document.getElementById('79592c50').innerHTML += ' | View Map';var $l033f74ff63b521970fd0bfa7b2221a23 = '

Coastal Federal Credit Union

Address: 1060 Timber Drive East, Garner, NC 27529, USA
Phone: (919) 420-8000
';var m_033f74ff63b521970fd0bfa7b2221a23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Federal Credit Union',});m_033f74ff63b521970fd0bfa7b2221a23['infowindow'] = new google.maps.InfoWindow({content: $l033f74ff63b521970fd0bfa7b2221a23});var infowindow = new google.maps.InfoWindow({content: $l033f74ff63b521970fd0bfa7b2221a23});google.maps.event.addListener(m_033f74ff63b521970fd0bfa7b2221a23, 'click', function() {infowindow.open(map,m_033f74ff63b521970fd0bfa7b2221a23);});$marker.push(m_033f74ff63b521970fd0bfa7b2221a23);}});}google.maps.event.addDomListener(window, 'load', initialize);