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.8751)};var g_112343500ff42b3bb236fe1f19962818 = new google.maps.Geocoder();g_112343500ff42b3bb236fe1f19962818.geocode( { 'address': "2040 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-veridian-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('council-bluffs-IA-veridian-credit-union'), mapOptions);}document.getElementById('a3a3b0b1').innerHTML += ' | View Map';var $l112343500ff42b3bb236fe1f19962818 = '

Veridian Credit Union

Address: 2040 W Broadway, Council Bluffs, IA 51501, USA
Phone: (800) 235-3228
';var m_112343500ff42b3bb236fe1f19962818 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Veridian Credit Union',});m_112343500ff42b3bb236fe1f19962818['infowindow'] = new google.maps.InfoWindow({content: $l112343500ff42b3bb236fe1f19962818});var infowindow = new google.maps.InfoWindow({content: $l112343500ff42b3bb236fe1f19962818});google.maps.event.addListener(m_112343500ff42b3bb236fe1f19962818, 'click', function() {infowindow.open(map,m_112343500ff42b3bb236fe1f19962818);});$marker.push(m_112343500ff42b3bb236fe1f19962818);}});}google.maps.event.addDomListener(window, 'load', initialize);