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.4885,-87.1974)};var g_88c6fccd9f242ea10362555ce8306f3a = new google.maps.Geocoder();g_88c6fccd9f242ea10362555ce8306f3a.geocode( { 'address': "6303 N 9th Ave, Pensacola, FL 32504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pensacola-FL-primary-residential-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('pensacola-FL-primary-residential-mortgage-inc'), mapOptions);}document.getElementById('a010b263').innerHTML += ' | View Map';var $l88c6fccd9f242ea10362555ce8306f3a = '

Primary Residential Mortgage, Inc.

Address: 6303 N 9th Ave, Pensacola, FL 32504, USA
Phone: (850) 473-0070
';var m_88c6fccd9f242ea10362555ce8306f3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc.',});m_88c6fccd9f242ea10362555ce8306f3a['infowindow'] = new google.maps.InfoWindow({content: $l88c6fccd9f242ea10362555ce8306f3a});var infowindow = new google.maps.InfoWindow({content: $l88c6fccd9f242ea10362555ce8306f3a});google.maps.event.addListener(m_88c6fccd9f242ea10362555ce8306f3a, 'click', function() {infowindow.open(map,m_88c6fccd9f242ea10362555ce8306f3a);});$marker.push(m_88c6fccd9f242ea10362555ce8306f3a);}});}google.maps.event.addDomListener(window, 'load', initialize);