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.0446,-79.8596)};var g_d47bf0af618a3523a226ed7cada85ce3 = new google.maps.Geocoder();g_d47bf0af618a3523a226ed7cada85ce3.geocode( { 'address': "4160 Piedmont Pkwy, Greensboro, NC 27410"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-members-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-members-credit-union'), mapOptions);}document.getElementById('abb35def').innerHTML += ' | View Map';var $ld47bf0af618a3523a226ed7cada85ce3 = '

Members Credit Union

Address: 4160 Piedmont Pkwy, Greensboro, NC 27410
Phone: (336) 852-1424
';var m_d47bf0af618a3523a226ed7cada85ce3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Members Credit Union',});m_d47bf0af618a3523a226ed7cada85ce3['infowindow'] = new google.maps.InfoWindow({content: $ld47bf0af618a3523a226ed7cada85ce3});var infowindow = new google.maps.InfoWindow({content: $ld47bf0af618a3523a226ed7cada85ce3});google.maps.event.addListener(m_d47bf0af618a3523a226ed7cada85ce3, 'click', function() {infowindow.open(map,m_d47bf0af618a3523a226ed7cada85ce3);});$marker.push(m_d47bf0af618a3523a226ed7cada85ce3);}});}google.maps.event.addDomListener(window, 'load', initialize);