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(41.2436,-95.8281)};var g_e0a0a80333d75c4728e228b869e94579 = new google.maps.Geocoder();g_e0a0a80333d75c4728e228b869e94579.geocode( { 'address': "1712 Madison Ave, Council Bluffs, IA 51503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('council-bluffs-IA-sac-federal-credit-union-branch').style.display = '';map = new google.maps.Map(document.getElementById('council-bluffs-IA-sac-federal-credit-union-branch'), mapOptions);}document.getElementById('081b9c79').innerHTML += ' | View Map';var $le0a0a80333d75c4728e228b869e94579 = '

SAC Federal Credit Union Branch

Address: 1712 Madison Ave, Council Bluffs, IA 51503, USA
Phone: (712) 242-1011
';var m_e0a0a80333d75c4728e228b869e94579 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SAC Federal Credit Union Branch',});m_e0a0a80333d75c4728e228b869e94579['infowindow'] = new google.maps.InfoWindow({content: $le0a0a80333d75c4728e228b869e94579});var infowindow = new google.maps.InfoWindow({content: $le0a0a80333d75c4728e228b869e94579});google.maps.event.addListener(m_e0a0a80333d75c4728e228b869e94579, 'click', function() {infowindow.open(map,m_e0a0a80333d75c4728e228b869e94579);});$marker.push(m_e0a0a80333d75c4728e228b869e94579);}});}google.maps.event.addDomListener(window, 'load', initialize);