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(30.525,-87.9032)};var g_6fd335e386071bedb12c0f2102199248 = new google.maps.Geocoder();g_6fd335e386071bedb12c0f2102199248.geocode( { 'address': "57 N Section St, Fairhope, AL 36532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairhope-AL-golson-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('fairhope-AL-golson-mortgage-co'), mapOptions);}document.getElementById('145dd1bc').innerHTML += ' | View Map';var $l6fd335e386071bedb12c0f2102199248 = '

Golson Mortgage Co

Address: 57 N Section St, Fairhope, AL 36532, USA
Phone: (251) 928-7225
';var m_6fd335e386071bedb12c0f2102199248 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golson Mortgage Co',});m_6fd335e386071bedb12c0f2102199248['infowindow'] = new google.maps.InfoWindow({content: $l6fd335e386071bedb12c0f2102199248});var infowindow = new google.maps.InfoWindow({content: $l6fd335e386071bedb12c0f2102199248});google.maps.event.addListener(m_6fd335e386071bedb12c0f2102199248, 'click', function() {infowindow.open(map,m_6fd335e386071bedb12c0f2102199248);});$marker.push(m_6fd335e386071bedb12c0f2102199248);}});}google.maps.event.addDomListener(window, 'load', initialize);