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.5165,-87.8894)};var g_2e1bbb400b576dd3bec12367844c64ad = new google.maps.Geocoder();g_2e1bbb400b576dd3bec12367844c64ad.geocode( { 'address': "753 Nichols Ave, Fairhope, AL 36532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairhope-AL-primary-residential-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('fairhope-AL-primary-residential-mortgage-inc'), mapOptions);}document.getElementById('946bd8d7').innerHTML += ' | View Map';var $l2e1bbb400b576dd3bec12367844c64ad = '

Primary Residential Mortgage Inc.

Address: 753 Nichols Ave, Fairhope, AL 36532, USA
Phone: (251) 206-6700
';var m_2e1bbb400b576dd3bec12367844c64ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage Inc.',});m_2e1bbb400b576dd3bec12367844c64ad['infowindow'] = new google.maps.InfoWindow({content: $l2e1bbb400b576dd3bec12367844c64ad});var infowindow = new google.maps.InfoWindow({content: $l2e1bbb400b576dd3bec12367844c64ad});google.maps.event.addListener(m_2e1bbb400b576dd3bec12367844c64ad, 'click', function() {infowindow.open(map,m_2e1bbb400b576dd3bec12367844c64ad);});$marker.push(m_2e1bbb400b576dd3bec12367844c64ad);}});}google.maps.event.addDomListener(window, 'load', initialize);