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(36.7638,-78.9286)};var g_626d3db04c710771d632d3d6af34ac8d = new google.maps.Geocoder();g_626d3db04c710771d632d3d6af34ac8d.geocode( { 'address': "164 S Main St, Halifax, VA 24558, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halifax-VA-gold-star-mortgage-services').style.display = '';map = new google.maps.Map(document.getElementById('halifax-VA-gold-star-mortgage-services'), mapOptions);}document.getElementById('d5e9541e').innerHTML += ' | View Map';var $l626d3db04c710771d632d3d6af34ac8d = '

Gold Star Mortgage Services

Address: 164 S Main St, Halifax, VA 24558, USA
Phone: (434) 476-9800
';var m_626d3db04c710771d632d3d6af34ac8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Star Mortgage Services',});m_626d3db04c710771d632d3d6af34ac8d['infowindow'] = new google.maps.InfoWindow({content: $l626d3db04c710771d632d3d6af34ac8d});var infowindow = new google.maps.InfoWindow({content: $l626d3db04c710771d632d3d6af34ac8d});google.maps.event.addListener(m_626d3db04c710771d632d3d6af34ac8d, 'click', function() {infowindow.open(map,m_626d3db04c710771d632d3d6af34ac8d);});$marker.push(m_626d3db04c710771d632d3d6af34ac8d);}});}google.maps.event.addDomListener(window, 'load', initialize);