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.4994,-87.1747)};var g_015bca677a98aab6fb9e41de757a5369 = new google.maps.Geocoder();g_015bca677a98aab6fb9e41de757a5369.geocode( { 'address': "3700 Creighton Rd # 1, Pensacola, FL 32504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pensacola-FL-lambert-lanza-cpas-pa').style.display = '';map = new google.maps.Map(document.getElementById('pensacola-FL-lambert-lanza-cpas-pa'), mapOptions);}document.getElementById('d16236c1').innerHTML += ' | View Map';var $l015bca677a98aab6fb9e41de757a5369 = '

Lambert Lanza, CPAs, P.A.

Address: 3700 Creighton Rd # 1, Pensacola, FL 32504, USA
Phone: (850) 484-2900
';var m_015bca677a98aab6fb9e41de757a5369 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lambert Lanza, CPAs, P.A.',});m_015bca677a98aab6fb9e41de757a5369['infowindow'] = new google.maps.InfoWindow({content: $l015bca677a98aab6fb9e41de757a5369});var infowindow = new google.maps.InfoWindow({content: $l015bca677a98aab6fb9e41de757a5369});google.maps.event.addListener(m_015bca677a98aab6fb9e41de757a5369, 'click', function() {infowindow.open(map,m_015bca677a98aab6fb9e41de757a5369);});$marker.push(m_015bca677a98aab6fb9e41de757a5369);}});}google.maps.event.addDomListener(window, 'load', initialize);