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(36.3918,-80.7092)};var g_75b35fc4240a8845ec688580188b84e9 = new google.maps.Geocoder();g_75b35fc4240a8845ec688580188b84e9.geocode( { 'address': "826 E Atkins St, Dobson, NC 27017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dobson-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dobson-NC-state-employees-credit-union'), mapOptions);}document.getElementById('83437a9b').innerHTML += ' | View Map';var $l75b35fc4240a8845ec688580188b84e9 = '

State Employees' Credit Union

Address: 826 E Atkins St, Dobson, NC 27017, USA
Phone: (336) 386-8844
';var m_75b35fc4240a8845ec688580188b84e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_75b35fc4240a8845ec688580188b84e9['infowindow'] = new google.maps.InfoWindow({content: $l75b35fc4240a8845ec688580188b84e9});var infowindow = new google.maps.InfoWindow({content: $l75b35fc4240a8845ec688580188b84e9});google.maps.event.addListener(m_75b35fc4240a8845ec688580188b84e9, 'click', function() {infowindow.open(map,m_75b35fc4240a8845ec688580188b84e9);});$marker.push(m_75b35fc4240a8845ec688580188b84e9);}});}google.maps.event.addDomListener(window, 'load', initialize);