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(34.8275,-89.9939)};var g_bea7cc957b622607b652baf73912197a = new google.maps.Geocoder();g_bea7cc957b622607b652baf73912197a.geocode( { 'address': "2220 Hwy 51 S, Hernando, MS 38632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hernando-MS-fairway-independent-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('hernando-MS-fairway-independent-mortgage-corporation'), mapOptions);}document.getElementById('87cfcea3').innerHTML += ' | View Map';var $lbea7cc957b622607b652baf73912197a = '

Fairway Independent Mortgage Corporation

Address: 2220 Hwy 51 S, Hernando, MS 38632, USA
Phone: (662) 429-5100
';var m_bea7cc957b622607b652baf73912197a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Independent Mortgage Corporation',});m_bea7cc957b622607b652baf73912197a['infowindow'] = new google.maps.InfoWindow({content: $lbea7cc957b622607b652baf73912197a});var infowindow = new google.maps.InfoWindow({content: $lbea7cc957b622607b652baf73912197a});google.maps.event.addListener(m_bea7cc957b622607b652baf73912197a, 'click', function() {infowindow.open(map,m_bea7cc957b622607b652baf73912197a);});$marker.push(m_bea7cc957b622607b652baf73912197a);}});}google.maps.event.addDomListener(window, 'load', initialize);