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.4965,-96.4047)};var g_ab28ad5cc818e94cad99e7f95055dd22 = new google.maps.Geocoder();g_ab28ad5cc818e94cad99e7f95055dd22.geocode( { 'address': "600 Pierce St, Sioux City, IA 51101, USA"}, 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('0c7c80e2').innerHTML += ' | View Map';var $lab28ad5cc818e94cad99e7f95055dd22 = '

Great Western Bank

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