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.1596,-85.6628)};var g_d0b4e01838505f458873617cfe0e0fc5 = new google.maps.Geocoder();g_d0b4e01838505f458873617cfe0e0fc5.geocode( { 'address': "625 Jenks Ave, Panama City, FL 32401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-FL-innovations-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-innovations-federal-cu'), mapOptions);}document.getElementById('e31970d7').innerHTML += ' | View Map';var $ld0b4e01838505f458873617cfe0e0fc5 = '

Innovations Federal CU

Address: 625 Jenks Ave, Panama City, FL 32401, USA
Phone: (850) 233-4400
';var m_d0b4e01838505f458873617cfe0e0fc5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Innovations Federal CU',});m_d0b4e01838505f458873617cfe0e0fc5['infowindow'] = new google.maps.InfoWindow({content: $ld0b4e01838505f458873617cfe0e0fc5});var infowindow = new google.maps.InfoWindow({content: $ld0b4e01838505f458873617cfe0e0fc5});google.maps.event.addListener(m_d0b4e01838505f458873617cfe0e0fc5, 'click', function() {infowindow.open(map,m_d0b4e01838505f458873617cfe0e0fc5);});$marker.push(m_d0b4e01838505f458873617cfe0e0fc5);}});}google.maps.event.addDomListener(window, 'load', initialize);