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.7608,-88.2274)};var g_dc4e73f44cc06b666ad87a96fe7b6a0b = new google.maps.Geocoder();g_dc4e73f44cc06b666ad87a96fe7b6a0b.geocode( { 'address': "3385 Schillinger Rd N #19, Semmes, AL 36575, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('semmes-AL-new-horizons-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('semmes-AL-new-horizons-credit-union'), mapOptions);}document.getElementById('854b9203').innerHTML += ' | View Map';var $ldc4e73f44cc06b666ad87a96fe7b6a0b = '

New Horizons Credit Union

Address: 3385 Schillinger Rd N #19, Semmes, AL 36575, USA
Phone: (251) 316-3240
';var m_dc4e73f44cc06b666ad87a96fe7b6a0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Horizons Credit Union',});m_dc4e73f44cc06b666ad87a96fe7b6a0b['infowindow'] = new google.maps.InfoWindow({content: $ldc4e73f44cc06b666ad87a96fe7b6a0b});var infowindow = new google.maps.InfoWindow({content: $ldc4e73f44cc06b666ad87a96fe7b6a0b});google.maps.event.addListener(m_dc4e73f44cc06b666ad87a96fe7b6a0b, 'click', function() {infowindow.open(map,m_dc4e73f44cc06b666ad87a96fe7b6a0b);});$marker.push(m_dc4e73f44cc06b666ad87a96fe7b6a0b);}});}google.maps.event.addDomListener(window, 'load', initialize);