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.861,-101.708)};var g_98a9e02cbbd5cfd0869534f8a0737ff5 = new google.maps.Geocoder();g_98a9e02cbbd5cfd0869534f8a0737ff5.geocode( { 'address': "235 Central Ave, Grant, NE 69140"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grant-NE-valley-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('grant-NE-valley-bank-trust'), mapOptions);}document.getElementById('404023e8').innerHTML += ' | View Map';var $l98a9e02cbbd5cfd0869534f8a0737ff5 = '

Valley Bank & Trust

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