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.4944,-87.2279)};var g_02f60f5f4293a15d15fa466e1beeeb84 = new google.maps.Geocoder();g_02f60f5f4293a15d15fa466e1beeeb84.geocode( { 'address': "6702 Plantation Rd, Pensacola, FL 32504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pensacola-FL-cornerstone-mortgage-solutions').style.display = '';map = new google.maps.Map(document.getElementById('pensacola-FL-cornerstone-mortgage-solutions'), mapOptions);}document.getElementById('9fa62de8').innerHTML += ' | View Map';var $l02f60f5f4293a15d15fa466e1beeeb84 = '

Cornerstone Mortgage Solutions

Address: 6702 Plantation Rd, Pensacola, FL 32504, USA
Phone: (850) 473-6641
';var m_02f60f5f4293a15d15fa466e1beeeb84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Mortgage Solutions',});m_02f60f5f4293a15d15fa466e1beeeb84['infowindow'] = new google.maps.InfoWindow({content: $l02f60f5f4293a15d15fa466e1beeeb84});var infowindow = new google.maps.InfoWindow({content: $l02f60f5f4293a15d15fa466e1beeeb84});google.maps.event.addListener(m_02f60f5f4293a15d15fa466e1beeeb84, 'click', function() {infowindow.open(map,m_02f60f5f4293a15d15fa466e1beeeb84);});$marker.push(m_02f60f5f4293a15d15fa466e1beeeb84);}});}google.maps.event.addDomListener(window, 'load', initialize);