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(42.4944,-96.3951)};var g_bfb26b513b7a640448c79c3bdd6d2bb0 = new google.maps.Geocoder();g_bfb26b513b7a640448c79c3bdd6d2bb0.geocode( { 'address': "600 Pierce Street, Sioux City, IA 51101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sioux-city-IA-great-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('sioux-city-IA-great-western-bank'), mapOptions);}document.getElementById('4b3806ba').innerHTML += ' | View Map';var $lbfb26b513b7a640448c79c3bdd6d2bb0 = '

Great Western Bank

Address: 600 Pierce Street, Sioux City, IA 51101
Phone: (712) 522-4430
';var m_bfb26b513b7a640448c79c3bdd6d2bb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Bank',});m_bfb26b513b7a640448c79c3bdd6d2bb0['infowindow'] = new google.maps.InfoWindow({content: $lbfb26b513b7a640448c79c3bdd6d2bb0});var infowindow = new google.maps.InfoWindow({content: $lbfb26b513b7a640448c79c3bdd6d2bb0});google.maps.event.addListener(m_bfb26b513b7a640448c79c3bdd6d2bb0, 'click', function() {infowindow.open(map,m_bfb26b513b7a640448c79c3bdd6d2bb0);});$marker.push(m_bfb26b513b7a640448c79c3bdd6d2bb0);}});}google.maps.event.addDomListener(window, 'load', initialize);