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(31.9462,-81.3141)};var g_8ec2c60c223712e39e7ae087a930f658 = new google.maps.Geocoder();g_8ec2c60c223712e39e7ae087a930f658.geocode( { 'address': "2591 Hwy 17 S., Ste. 104, Richmond Hill, GA 31324, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-hill-GA-beth-jeffreys---fairway-independent-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('richmond-hill-GA-beth-jeffreys---fairway-independent-mortgage-corporation'), mapOptions);}document.getElementById('a0ee5b27').innerHTML += ' | View Map';var $l8ec2c60c223712e39e7ae087a930f658 = '

Beth Jeffreys - Fairway Independent Mortgage Corporation

Address: 2591 Hwy 17 S., Ste. 104, Richmond Hill, GA 31324, USA
Phone: (912) 844-9051
';var m_8ec2c60c223712e39e7ae087a930f658 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beth Jeffreys - Fairway Independent Mortgage Corporation',});m_8ec2c60c223712e39e7ae087a930f658['infowindow'] = new google.maps.InfoWindow({content: $l8ec2c60c223712e39e7ae087a930f658});var infowindow = new google.maps.InfoWindow({content: $l8ec2c60c223712e39e7ae087a930f658});google.maps.event.addListener(m_8ec2c60c223712e39e7ae087a930f658, 'click', function() {infowindow.open(map,m_8ec2c60c223712e39e7ae087a930f658);});$marker.push(m_8ec2c60c223712e39e7ae087a930f658);}});}google.maps.event.addDomListener(window, 'load', initialize);