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.6312,-100.516)};var g_b2016b9f15fda7233fa1ebb052be741b = new google.maps.Geocoder();g_b2016b9f15fda7233fa1ebb052be741b.geocode( { 'address': "301 Center Ave, Curtis, NE 69025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('curtis-NE-curtis-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('curtis-NE-curtis-state-bank'), mapOptions);}document.getElementById('9eba240b').innerHTML += ' | View Map';var $lb2016b9f15fda7233fa1ebb052be741b = '

Curtis State Bank

Address: 301 Center Ave, Curtis, NE 69025, USA
Phone: (308) 367-4155
';var m_b2016b9f15fda7233fa1ebb052be741b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Curtis State Bank',});m_b2016b9f15fda7233fa1ebb052be741b['infowindow'] = new google.maps.InfoWindow({content: $lb2016b9f15fda7233fa1ebb052be741b});var infowindow = new google.maps.InfoWindow({content: $lb2016b9f15fda7233fa1ebb052be741b});google.maps.event.addListener(m_b2016b9f15fda7233fa1ebb052be741b, 'click', function() {infowindow.open(map,m_b2016b9f15fda7233fa1ebb052be741b);});$marker.push(m_b2016b9f15fda7233fa1ebb052be741b);}});}google.maps.event.addDomListener(window, 'load', initialize);