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(37.6884,-77.5962)};var g_671c6790753a393eb2e28255461bbc1c = new google.maps.Geocoder();g_671c6790753a393eb2e28255461bbc1c.geocode( { 'address': "11551 Nuckols Rd, Glen Allen, VA 23059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-allen-VA-remax-action-real-estate').style.display = '';map = new google.maps.Map(document.getElementById('glen-allen-VA-remax-action-real-estate'), mapOptions);}document.getElementById('4243a035').innerHTML += ' | View Map';var $l671c6790753a393eb2e28255461bbc1c = '

Re/Max Action Real Estate

Address: 11551 Nuckols Rd, Glen Allen, VA 23059, USA
Phone: (804) 521-5600
';var m_671c6790753a393eb2e28255461bbc1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Re/Max Action Real Estate',});m_671c6790753a393eb2e28255461bbc1c['infowindow'] = new google.maps.InfoWindow({content: $l671c6790753a393eb2e28255461bbc1c});var infowindow = new google.maps.InfoWindow({content: $l671c6790753a393eb2e28255461bbc1c});google.maps.event.addListener(m_671c6790753a393eb2e28255461bbc1c, 'click', function() {infowindow.open(map,m_671c6790753a393eb2e28255461bbc1c);});$marker.push(m_671c6790753a393eb2e28255461bbc1c);}});}google.maps.event.addDomListener(window, 'load', initialize);