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.5624,-81.1954)};var g_112f35b216455d1d93ae7f2140bb2829 = new google.maps.Geocoder();g_112f35b216455d1d93ae7f2140bb2829.geocode( { 'address': "505 Island Ford Rd, Maiden, NC 28650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maiden-NC-self-help-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('maiden-NC-self-help-credit-union'), mapOptions);}document.getElementById('a9d63514').innerHTML += ' | View Map';var $l112f35b216455d1d93ae7f2140bb2829 = '

Self-Help Credit Union

Address: 505 Island Ford Rd, Maiden, NC 28650, USA
Phone: (828) 428-9928
';var m_112f35b216455d1d93ae7f2140bb2829 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Self-Help Credit Union',});m_112f35b216455d1d93ae7f2140bb2829['infowindow'] = new google.maps.InfoWindow({content: $l112f35b216455d1d93ae7f2140bb2829});var infowindow = new google.maps.InfoWindow({content: $l112f35b216455d1d93ae7f2140bb2829});google.maps.event.addListener(m_112f35b216455d1d93ae7f2140bb2829, 'click', function() {infowindow.open(map,m_112f35b216455d1d93ae7f2140bb2829);});$marker.push(m_112f35b216455d1d93ae7f2140bb2829);}});}google.maps.event.addDomListener(window, 'load', initialize);