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.2587,-77.4087)};var g_99cc80ad462f9441f221e1b991028a86 = new google.maps.Geocoder();g_99cc80ad462f9441f221e1b991028a86.geocode( { 'address': "206 Temple Ave # C, Colonial Heights, VA 23834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colonial-heights-VA-weststar-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('colonial-heights-VA-weststar-mortgage-inc'), mapOptions);}document.getElementById('d5230556').innerHTML += ' | View Map';var $l99cc80ad462f9441f221e1b991028a86 = '

Weststar Mortgage Inc

Address: 206 Temple Ave # C, Colonial Heights, VA 23834, USA
Phone: (804) 520-4020
';var m_99cc80ad462f9441f221e1b991028a86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weststar Mortgage Inc',});m_99cc80ad462f9441f221e1b991028a86['infowindow'] = new google.maps.InfoWindow({content: $l99cc80ad462f9441f221e1b991028a86});var infowindow = new google.maps.InfoWindow({content: $l99cc80ad462f9441f221e1b991028a86});google.maps.event.addListener(m_99cc80ad462f9441f221e1b991028a86, 'click', function() {infowindow.open(map,m_99cc80ad462f9441f221e1b991028a86);});$marker.push(m_99cc80ad462f9441f221e1b991028a86);}});}google.maps.event.addDomListener(window, 'load', initialize);