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(32.8548,-83.68)};var g_e44ca41701910b8a412ba08d43cff995 = new google.maps.Geocoder();g_e44ca41701910b8a412ba08d43cff995.geocode( { 'address': "3324 Vineville Ave c, Macon, GA 31204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macon-GA-jay-mcelrath---fairway-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('macon-GA-jay-mcelrath---fairway-mortgage'), mapOptions);}document.getElementById('8e096734').innerHTML += ' | View Map';var $le44ca41701910b8a412ba08d43cff995 = '

Jay McElrath - Fairway Mortgage

Address: 3324 Vineville Ave c, Macon, GA 31204, USA
Phone: (478) 238-0469
';var m_e44ca41701910b8a412ba08d43cff995 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jay McElrath - Fairway Mortgage',});m_e44ca41701910b8a412ba08d43cff995['infowindow'] = new google.maps.InfoWindow({content: $le44ca41701910b8a412ba08d43cff995});var infowindow = new google.maps.InfoWindow({content: $le44ca41701910b8a412ba08d43cff995});google.maps.event.addListener(m_e44ca41701910b8a412ba08d43cff995, 'click', function() {infowindow.open(map,m_e44ca41701910b8a412ba08d43cff995);});$marker.push(m_e44ca41701910b8a412ba08d43cff995);}});}google.maps.event.addDomListener(window, 'load', initialize);