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.8669,-103.662)};var g_7fc1173eae505f8becedf87edaa65317 = new google.maps.Geocoder();g_7fc1173eae505f8becedf87edaa65317.geocode( { 'address': "2001 Broadway #1, Scottsbluff, NE 69361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsbluff-NE-great-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('scottsbluff-NE-great-western-bank'), mapOptions);}document.getElementById('abe687c1').innerHTML += ' | View Map';var $l7fc1173eae505f8becedf87edaa65317 = '

Great Western Bank

Address: 2001 Broadway #1, Scottsbluff, NE 69361, USA
Phone: (308) 635-3400
';var m_7fc1173eae505f8becedf87edaa65317 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Bank',});m_7fc1173eae505f8becedf87edaa65317['infowindow'] = new google.maps.InfoWindow({content: $l7fc1173eae505f8becedf87edaa65317});var infowindow = new google.maps.InfoWindow({content: $l7fc1173eae505f8becedf87edaa65317});google.maps.event.addListener(m_7fc1173eae505f8becedf87edaa65317, 'click', function() {infowindow.open(map,m_7fc1173eae505f8becedf87edaa65317);});$marker.push(m_7fc1173eae505f8becedf87edaa65317);}});}google.maps.event.addDomListener(window, 'load', initialize);