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.114,-79.8819)};var g_591ad65943042d8f92645142c6a74278 = new google.maps.Geocoder();g_591ad65943042d8f92645142c6a74278.geocode( { 'address': "1577 New Bedford Dr # A, Greensboro, NC 27410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-wagner-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-wagner-financial-services'), mapOptions);}document.getElementById('1e926f55').innerHTML += ' | View Map';var $l591ad65943042d8f92645142c6a74278 = '

Wagner Financial Services

Address: 1577 New Bedford Dr # A, Greensboro, NC 27410, USA
Phone: (336) 273-9737
';var m_591ad65943042d8f92645142c6a74278 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wagner Financial Services',});m_591ad65943042d8f92645142c6a74278['infowindow'] = new google.maps.InfoWindow({content: $l591ad65943042d8f92645142c6a74278});var infowindow = new google.maps.InfoWindow({content: $l591ad65943042d8f92645142c6a74278});google.maps.event.addListener(m_591ad65943042d8f92645142c6a74278, 'click', function() {infowindow.open(map,m_591ad65943042d8f92645142c6a74278);});$marker.push(m_591ad65943042d8f92645142c6a74278);}});}google.maps.event.addDomListener(window, 'load', initialize);