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.1505,-95.9085)};var g_ae0638ba4db0d2b0c0d5c75785034e8c = new google.maps.Geocoder();g_ae0638ba4db0d2b0c0d5c75785034e8c.geocode( { 'address': "4009 Twin Creek Dr, Bellevue, NE 68123"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellevue-NE-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('bellevue-NE-bank-of-the-west'), mapOptions);}document.getElementById('564cd2bc').innerHTML += ' | View Map';var $lae0638ba4db0d2b0c0d5c75785034e8c = '

Bank of the West

Address: 4009 Twin Creek Dr, Bellevue, NE 68123
Phone: (402) 918-2341
';var m_ae0638ba4db0d2b0c0d5c75785034e8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_ae0638ba4db0d2b0c0d5c75785034e8c['infowindow'] = new google.maps.InfoWindow({content: $lae0638ba4db0d2b0c0d5c75785034e8c});var infowindow = new google.maps.InfoWindow({content: $lae0638ba4db0d2b0c0d5c75785034e8c});google.maps.event.addListener(m_ae0638ba4db0d2b0c0d5c75785034e8c, 'click', function() {infowindow.open(map,m_ae0638ba4db0d2b0c0d5c75785034e8c);});$marker.push(m_ae0638ba4db0d2b0c0d5c75785034e8c);}});}google.maps.event.addDomListener(window, 'load', initialize);