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.2703,-77.6073)};var g_d1ef7f80d291ea05f20d22e484b026f2 = new google.maps.Geocoder();g_d1ef7f80d291ea05f20d22e484b026f2.geocode( { 'address': "1910 W Vernon Ave, Kinston, NC 28504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kinston-NC-self-help-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kinston-NC-self-help-credit-union'), mapOptions);}document.getElementById('2438b445').innerHTML += ' | View Map';var $ld1ef7f80d291ea05f20d22e484b026f2 = '

Self Help Credit Union

Address: 1910 W Vernon Ave, Kinston, NC 28504, USA
Phone: (252) 520-6602
';var m_d1ef7f80d291ea05f20d22e484b026f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Self Help Credit Union',});m_d1ef7f80d291ea05f20d22e484b026f2['infowindow'] = new google.maps.InfoWindow({content: $ld1ef7f80d291ea05f20d22e484b026f2});var infowindow = new google.maps.InfoWindow({content: $ld1ef7f80d291ea05f20d22e484b026f2});google.maps.event.addListener(m_d1ef7f80d291ea05f20d22e484b026f2, 'click', function() {infowindow.open(map,m_d1ef7f80d291ea05f20d22e484b026f2);});$marker.push(m_d1ef7f80d291ea05f20d22e484b026f2);}});}google.maps.event.addDomListener(window, 'load', initialize);