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(40.848,-101.726)};var g_b7b58836dc941cc4ba33d16dab6e3059 = new google.maps.Geocoder();g_b7b58836dc941cc4ba33d16dab6e3059.geocode( { 'address': "235 Central Ave, Grant, NE 69140, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grant-NE-western-states-bank').style.display = '';map = new google.maps.Map(document.getElementById('grant-NE-western-states-bank'), mapOptions);}document.getElementById('268a0834').innerHTML += ' | View Map';var $lb7b58836dc941cc4ba33d16dab6e3059 = '

Western States Bank

Address: 235 Central Ave, Grant, NE 69140, USA
Phone: (308) 352-4353
';var m_b7b58836dc941cc4ba33d16dab6e3059 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western States Bank',});m_b7b58836dc941cc4ba33d16dab6e3059['infowindow'] = new google.maps.InfoWindow({content: $lb7b58836dc941cc4ba33d16dab6e3059});var infowindow = new google.maps.InfoWindow({content: $lb7b58836dc941cc4ba33d16dab6e3059});google.maps.event.addListener(m_b7b58836dc941cc4ba33d16dab6e3059, 'click', function() {infowindow.open(map,m_b7b58836dc941cc4ba33d16dab6e3059);});$marker.push(m_b7b58836dc941cc4ba33d16dab6e3059);}});}google.maps.event.addDomListener(window, 'load', initialize);