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.4121,-87.2237)};var g_956685427c5cd9dcb04f784272727336 = new google.maps.Geocoder();g_956685427c5cd9dcb04f784272727336.geocode( { 'address': "600 W Garden St, Pensacola, FL 32502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pensacola-FL-new-horizon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pensacola-FL-new-horizon-credit-union'), mapOptions);}document.getElementById('22e95155').innerHTML += ' | View Map';var $l956685427c5cd9dcb04f784272727336 = '

New Horizon Credit Union

Address: 600 W Garden St, Pensacola, FL 32502, USA
Phone: (251) 316-3240
';var m_956685427c5cd9dcb04f784272727336 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Horizon Credit Union',});m_956685427c5cd9dcb04f784272727336['infowindow'] = new google.maps.InfoWindow({content: $l956685427c5cd9dcb04f784272727336});var infowindow = new google.maps.InfoWindow({content: $l956685427c5cd9dcb04f784272727336});google.maps.event.addListener(m_956685427c5cd9dcb04f784272727336, 'click', function() {infowindow.open(map,m_956685427c5cd9dcb04f784272727336);});$marker.push(m_956685427c5cd9dcb04f784272727336);}});}google.maps.event.addDomListener(window, 'load', initialize);