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(34.4813,-87.2794)};var g_a26be5329b2dc067fc3027c162af8be8 = new google.maps.Geocoder();g_a26be5329b2dc067fc3027c162af8be8.geocode( { 'address': "26 Franklin Smith Rd, Moulton, AL 35650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moulton-AL-wolverine-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('moulton-AL-wolverine-employees-credit-union'), mapOptions);}document.getElementById('146a7522').innerHTML += ' | View Map';var $la26be5329b2dc067fc3027c162af8be8 = '

Wolverine Employees Credit Union

Address: 26 Franklin Smith Rd, Moulton, AL 35650, USA
Phone: (256) 974-2013
';var m_a26be5329b2dc067fc3027c162af8be8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wolverine Employees Credit Union',});m_a26be5329b2dc067fc3027c162af8be8['infowindow'] = new google.maps.InfoWindow({content: $la26be5329b2dc067fc3027c162af8be8});var infowindow = new google.maps.InfoWindow({content: $la26be5329b2dc067fc3027c162af8be8});google.maps.event.addListener(m_a26be5329b2dc067fc3027c162af8be8, 'click', function() {infowindow.open(map,m_a26be5329b2dc067fc3027c162af8be8);});$marker.push(m_a26be5329b2dc067fc3027c162af8be8);}});}google.maps.event.addDomListener(window, 'load', initialize);