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.0743,-79.7916)};var g_fdb8356cf8f1adaa21a35a95f27513e4 = new google.maps.Geocoder();g_fdb8356cf8f1adaa21a35a95f27513e4.geocode( { 'address': "217 N Greene St, Greensboro, NC 27401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-greensboro-municipal-cu').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-greensboro-municipal-cu'), mapOptions);}document.getElementById('d46dff76').innerHTML += ' | View Map';var $lfdb8356cf8f1adaa21a35a95f27513e4 = '

Greensboro Municipal CU

Address: 217 N Greene St, Greensboro, NC 27401, USA
Phone: (336) 373-2090
';var m_fdb8356cf8f1adaa21a35a95f27513e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greensboro Municipal CU',});m_fdb8356cf8f1adaa21a35a95f27513e4['infowindow'] = new google.maps.InfoWindow({content: $lfdb8356cf8f1adaa21a35a95f27513e4});var infowindow = new google.maps.InfoWindow({content: $lfdb8356cf8f1adaa21a35a95f27513e4});google.maps.event.addListener(m_fdb8356cf8f1adaa21a35a95f27513e4, 'click', function() {infowindow.open(map,m_fdb8356cf8f1adaa21a35a95f27513e4);});$marker.push(m_fdb8356cf8f1adaa21a35a95f27513e4);}});}google.maps.event.addDomListener(window, 'load', initialize);