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.2621,-95.8724)};var g_2fd7901d81c7faa9c8636eb5d1ce0909 = new google.maps.Geocoder();g_2fd7901d81c7faa9c8636eb5d1ce0909.geocode( { 'address': "1900 W Broadway, Council Bluffs, IA 51501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('council-bluffs-IA-united-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('council-bluffs-IA-united-credit-union'), mapOptions);}document.getElementById('380fd187').innerHTML += ' | View Map';var $l2fd7901d81c7faa9c8636eb5d1ce0909 = '

United Credit Union

Address: 1900 W Broadway, Council Bluffs, IA 51501, USA
Phone: (712) 322-0841
';var m_2fd7901d81c7faa9c8636eb5d1ce0909 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Credit Union',});m_2fd7901d81c7faa9c8636eb5d1ce0909['infowindow'] = new google.maps.InfoWindow({content: $l2fd7901d81c7faa9c8636eb5d1ce0909});var infowindow = new google.maps.InfoWindow({content: $l2fd7901d81c7faa9c8636eb5d1ce0909});google.maps.event.addListener(m_2fd7901d81c7faa9c8636eb5d1ce0909, 'click', function() {infowindow.open(map,m_2fd7901d81c7faa9c8636eb5d1ce0909);});$marker.push(m_2fd7901d81c7faa9c8636eb5d1ce0909);}});}google.maps.event.addDomListener(window, 'load', initialize);