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.4082,-102.97)};var g_b686d8953d8298b91e0fd17873cae61b = new google.maps.Geocoder();g_b686d8953d8298b91e0fd17873cae61b.geocode( { 'address': "301 Main St, Dalton, NE 69131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dalton-NE-points-west-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('dalton-NE-points-west-community-bank'), mapOptions);}document.getElementById('85511849').innerHTML += ' | View Map';var $lb686d8953d8298b91e0fd17873cae61b = '

Points West Community Bank

Address: 301 Main St, Dalton, NE 69131
Phone: (308) 377-2313
';var m_b686d8953d8298b91e0fd17873cae61b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Points West Community Bank',});m_b686d8953d8298b91e0fd17873cae61b['infowindow'] = new google.maps.InfoWindow({content: $lb686d8953d8298b91e0fd17873cae61b});var infowindow = new google.maps.InfoWindow({content: $lb686d8953d8298b91e0fd17873cae61b});google.maps.event.addListener(m_b686d8953d8298b91e0fd17873cae61b, 'click', function() {infowindow.open(map,m_b686d8953d8298b91e0fd17873cae61b);});$marker.push(m_b686d8953d8298b91e0fd17873cae61b);}});}google.maps.event.addDomListener(window, 'load', initialize);