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.0174,-78.3386)};var g_b4e5a8f135b4592244023755aebc4708 = new google.maps.Geocoder();g_b4e5a8f135b4592244023755aebc4708.geocode( { 'address': "221 North Blvd, Clinton, NC 28328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('clinton-NC-state-employees-credit-union'), mapOptions);}document.getElementById('0cb42ad9').innerHTML += ' | View Map';var $lb4e5a8f135b4592244023755aebc4708 = '

State Employees' Credit Union

Address: 221 North Blvd, Clinton, NC 28328, USA
Phone: (910) 592-6103
';var m_b4e5a8f135b4592244023755aebc4708 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_b4e5a8f135b4592244023755aebc4708['infowindow'] = new google.maps.InfoWindow({content: $lb4e5a8f135b4592244023755aebc4708});var infowindow = new google.maps.InfoWindow({content: $lb4e5a8f135b4592244023755aebc4708});google.maps.event.addListener(m_b4e5a8f135b4592244023755aebc4708, 'click', function() {infowindow.open(map,m_b4e5a8f135b4592244023755aebc4708);});$marker.push(m_b4e5a8f135b4592244023755aebc4708);}});}google.maps.event.addDomListener(window, 'load', initialize);