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.9574,-80.0078)};var g_387a96a21d8fb9aba059376ce549ff0f = new google.maps.Geocoder();g_387a96a21d8fb9aba059376ce549ff0f.geocode( { 'address': "100 N Elm St, High Point, NC 27262, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('high-point-NC-north-state-telco-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('high-point-NC-north-state-telco-credit-union'), mapOptions);}document.getElementById('7b595203').innerHTML += ' | View Map';var $l387a96a21d8fb9aba059376ce549ff0f = '

North State Telco Credit Union

Address: 100 N Elm St, High Point, NC 27262, USA
Phone: (336) 841-2052
';var m_387a96a21d8fb9aba059376ce549ff0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North State Telco Credit Union',});m_387a96a21d8fb9aba059376ce549ff0f['infowindow'] = new google.maps.InfoWindow({content: $l387a96a21d8fb9aba059376ce549ff0f});var infowindow = new google.maps.InfoWindow({content: $l387a96a21d8fb9aba059376ce549ff0f});google.maps.event.addListener(m_387a96a21d8fb9aba059376ce549ff0f, 'click', function() {infowindow.open(map,m_387a96a21d8fb9aba059376ce549ff0f);});$marker.push(m_387a96a21d8fb9aba059376ce549ff0f);}});}google.maps.event.addDomListener(window, 'load', initialize);