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.4028,-99.641)};var g_b9fe5db4c806f17523bafc707df1b130 = new google.maps.Geocoder();g_b9fe5db4c806f17523bafc707df1b130.geocode( { 'address': "901 S D St, Broken Bow, NE 68822, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broken-bow-NE-great-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('broken-bow-NE-great-western-bank'), mapOptions);}document.getElementById('6ae48108').innerHTML += ' | View Map';var $lb9fe5db4c806f17523bafc707df1b130 = '

Great Western Bank

Address: 901 S D St, Broken Bow, NE 68822, USA
Phone: (308) 872-6808
';var m_b9fe5db4c806f17523bafc707df1b130 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Bank',});m_b9fe5db4c806f17523bafc707df1b130['infowindow'] = new google.maps.InfoWindow({content: $lb9fe5db4c806f17523bafc707df1b130});var infowindow = new google.maps.InfoWindow({content: $lb9fe5db4c806f17523bafc707df1b130});google.maps.event.addListener(m_b9fe5db4c806f17523bafc707df1b130, 'click', function() {infowindow.open(map,m_b9fe5db4c806f17523bafc707df1b130);});$marker.push(m_b9fe5db4c806f17523bafc707df1b130);}});}google.maps.event.addDomListener(window, 'load', initialize);