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.8643,-80.0699)};var g_5c0a198963b62f760e0912a5d6a11070 = new google.maps.Geocoder();g_5c0a198963b62f760e0912a5d6a11070.geocode( { 'address': "1033 Randolph St #21, Thomasville, NC 27360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-NC-members-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-NC-members-credit-union'), mapOptions);}document.getElementById('2687a6ca').innerHTML += ' | View Map';var $l5c0a198963b62f760e0912a5d6a11070 = '

Members Credit Union

Address: 1033 Randolph St #21, Thomasville, NC 27360, USA
Phone: (336) 475-5922
';var m_5c0a198963b62f760e0912a5d6a11070 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Members Credit Union',});m_5c0a198963b62f760e0912a5d6a11070['infowindow'] = new google.maps.InfoWindow({content: $l5c0a198963b62f760e0912a5d6a11070});var infowindow = new google.maps.InfoWindow({content: $l5c0a198963b62f760e0912a5d6a11070});google.maps.event.addListener(m_5c0a198963b62f760e0912a5d6a11070, 'click', function() {infowindow.open(map,m_5c0a198963b62f760e0912a5d6a11070);});$marker.push(m_5c0a198963b62f760e0912a5d6a11070);}});}google.maps.event.addDomListener(window, 'load', initialize);