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.4193,-87.2191)};var g_3550d7a906235f634f224fae0a8f4d3b = new google.maps.Geocoder();g_3550d7a906235f634f224fae0a8f4d3b.geocode( { 'address': "8001 N 9th Ave, Pensacola, FL 32514"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pensacola-FL-harvesters-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pensacola-FL-harvesters-federal-credit-union'), mapOptions);}document.getElementById('78c9c880').innerHTML += ' | View Map';var $l3550d7a906235f634f224fae0a8f4d3b = '

Harvesters Federal Credit Union

Address: 8001 N 9th Ave, Pensacola, FL 32514
Phone: (850) 968-2233
';var m_3550d7a906235f634f224fae0a8f4d3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harvesters Federal Credit Union',});m_3550d7a906235f634f224fae0a8f4d3b['infowindow'] = new google.maps.InfoWindow({content: $l3550d7a906235f634f224fae0a8f4d3b});var infowindow = new google.maps.InfoWindow({content: $l3550d7a906235f634f224fae0a8f4d3b});google.maps.event.addListener(m_3550d7a906235f634f224fae0a8f4d3b, 'click', function() {infowindow.open(map,m_3550d7a906235f634f224fae0a8f4d3b);});$marker.push(m_3550d7a906235f634f224fae0a8f4d3b);}});}google.maps.event.addDomListener(window, 'load', initialize);