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.2626,-77.411)};var g_b2f29338576d3ba925ba0f99088726b5 = new google.maps.Geocoder();g_b2f29338576d3ba925ba0f99088726b5.geocode( { 'address': "2425 Boulevard #1, Colonial Heights, VA 23834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colonial-heights-VA-presidential-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('colonial-heights-VA-presidential-mortgage-group'), mapOptions);}document.getElementById('6a23d93a').innerHTML += ' | View Map';var $lb2f29338576d3ba925ba0f99088726b5 = '

PRESIDENTIAL MORTGAGE GROUP

Address: 2425 Boulevard #1, Colonial Heights, VA 23834, USA
Phone: (804) 520-1103
';var m_b2f29338576d3ba925ba0f99088726b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PRESIDENTIAL MORTGAGE GROUP',});m_b2f29338576d3ba925ba0f99088726b5['infowindow'] = new google.maps.InfoWindow({content: $lb2f29338576d3ba925ba0f99088726b5});var infowindow = new google.maps.InfoWindow({content: $lb2f29338576d3ba925ba0f99088726b5});google.maps.event.addListener(m_b2f29338576d3ba925ba0f99088726b5, 'click', function() {infowindow.open(map,m_b2f29338576d3ba925ba0f99088726b5);});$marker.push(m_b2f29338576d3ba925ba0f99088726b5);}});}google.maps.event.addDomListener(window, 'load', initialize);