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(38.8211,-78.5637)};var g_d5df16a316dbbe097a699ddd3525005c = new google.maps.Geocoder();g_d5df16a316dbbe097a699ddd3525005c.geocode( { 'address': "147 N Main St, Edinburg, VA 22824, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edinburg-VA-fairway-independent-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('edinburg-VA-fairway-independent-mortgage-corporation'), mapOptions);}document.getElementById('4e9f8a5b').innerHTML += ' | View Map';var $ld5df16a316dbbe097a699ddd3525005c = '

Fairway Independent Mortgage Corporation

Address: 147 N Main St, Edinburg, VA 22824, USA
Phone: (540) 758-1291
';var m_d5df16a316dbbe097a699ddd3525005c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Independent Mortgage Corporation',});m_d5df16a316dbbe097a699ddd3525005c['infowindow'] = new google.maps.InfoWindow({content: $ld5df16a316dbbe097a699ddd3525005c});var infowindow = new google.maps.InfoWindow({content: $ld5df16a316dbbe097a699ddd3525005c});google.maps.event.addListener(m_d5df16a316dbbe097a699ddd3525005c, 'click', function() {infowindow.open(map,m_d5df16a316dbbe097a699ddd3525005c);});$marker.push(m_d5df16a316dbbe097a699ddd3525005c);}});}google.maps.event.addDomListener(window, 'load', initialize);