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.5383,-77.4391)};var g_765ba52310c6762ebf6593c5ec7e6414 = new google.maps.Geocoder();g_765ba52310c6762ebf6593c5ec7e6414.geocode( { 'address': "5516 Falmouth St, Richmond, VA 23230"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-sterling-national-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-sterling-national-mortgage-co'), mapOptions);}document.getElementById('4ae6a000').innerHTML += ' | View Map';var $l765ba52310c6762ebf6593c5ec7e6414 = '

Sterling National Mortgage Co

Address: 5516 Falmouth St, Richmond, VA 23230
Phone: (804) 288-6580
';var m_765ba52310c6762ebf6593c5ec7e6414 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling National Mortgage Co',});m_765ba52310c6762ebf6593c5ec7e6414['infowindow'] = new google.maps.InfoWindow({content: $l765ba52310c6762ebf6593c5ec7e6414});var infowindow = new google.maps.InfoWindow({content: $l765ba52310c6762ebf6593c5ec7e6414});google.maps.event.addListener(m_765ba52310c6762ebf6593c5ec7e6414, 'click', function() {infowindow.open(map,m_765ba52310c6762ebf6593c5ec7e6414);});$marker.push(m_765ba52310c6762ebf6593c5ec7e6414);}});}google.maps.event.addDomListener(window, 'load', initialize);