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.16,-85.6496)};var g_9f65d4577d3c5e9e4d25989678002c19 = new google.maps.Geocoder();g_9f65d4577d3c5e9e4d25989678002c19.geocode( { 'address': "101 W 23rd St, Panama City, FL 32405"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-FL-summit-financial-enterprise-inc').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-summit-financial-enterprise-inc'), mapOptions);}document.getElementById('e2fae30e').innerHTML += ' | View Map';var $l9f65d4577d3c5e9e4d25989678002c19 = '

Summit Financial Enterprise Inc

Address: 101 W 23rd St, Panama City, FL 32405
Phone: (850) 785-3669
';var m_9f65d4577d3c5e9e4d25989678002c19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Financial Enterprise Inc',});m_9f65d4577d3c5e9e4d25989678002c19['infowindow'] = new google.maps.InfoWindow({content: $l9f65d4577d3c5e9e4d25989678002c19});var infowindow = new google.maps.InfoWindow({content: $l9f65d4577d3c5e9e4d25989678002c19});google.maps.event.addListener(m_9f65d4577d3c5e9e4d25989678002c19, 'click', function() {infowindow.open(map,m_9f65d4577d3c5e9e4d25989678002c19);});$marker.push(m_9f65d4577d3c5e9e4d25989678002c19);}});}google.maps.event.addDomListener(window, 'load', initialize);