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.4726,-98.559)};var g_76565f36de36530ea461808213baeb2c = new google.maps.Geocoder();g_76565f36de36530ea461808213baeb2c.geocode( { 'address': "9202 S Lincoln Ave, Roseland, NE 68973, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseland-NE-hastings-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('roseland-NE-hastings-state-bank'), mapOptions);}document.getElementById('2c0aa70b').innerHTML += ' | View Map';var $l76565f36de36530ea461808213baeb2c = '

Hastings State Bank

Address: 9202 S Lincoln Ave, Roseland, NE 68973, USA
Phone: (402) 756-6121
';var m_76565f36de36530ea461808213baeb2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hastings State Bank',});m_76565f36de36530ea461808213baeb2c['infowindow'] = new google.maps.InfoWindow({content: $l76565f36de36530ea461808213baeb2c});var infowindow = new google.maps.InfoWindow({content: $l76565f36de36530ea461808213baeb2c});google.maps.event.addListener(m_76565f36de36530ea461808213baeb2c, 'click', function() {infowindow.open(map,m_76565f36de36530ea461808213baeb2c);});$marker.push(m_76565f36de36530ea461808213baeb2c);}});}google.maps.event.addDomListener(window, 'load', initialize);