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.6657,-77.5714)};var g_851ae1df79c111350dfa590afb52de75 = new google.maps.Geocoder();g_851ae1df79c111350dfa590afb52de75.geocode( { 'address': "4701 Cox Rd # 214, Glen Allen, VA 23060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-allen-VA-presidential-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('glen-allen-VA-presidential-mortgage-group'), mapOptions);}document.getElementById('a192f923').innerHTML += ' | View Map';var $l851ae1df79c111350dfa590afb52de75 = '

Presidential Mortgage Group

Address: 4701 Cox Rd # 214, Glen Allen, VA 23060, USA
Phone: (804) 217-4920
';var m_851ae1df79c111350dfa590afb52de75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Presidential Mortgage Group',});m_851ae1df79c111350dfa590afb52de75['infowindow'] = new google.maps.InfoWindow({content: $l851ae1df79c111350dfa590afb52de75});var infowindow = new google.maps.InfoWindow({content: $l851ae1df79c111350dfa590afb52de75});google.maps.event.addListener(m_851ae1df79c111350dfa590afb52de75, 'click', function() {infowindow.open(map,m_851ae1df79c111350dfa590afb52de75);});$marker.push(m_851ae1df79c111350dfa590afb52de75);}});}google.maps.event.addDomListener(window, 'load', initialize);