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.499,-98.9477)};var g_ac6e3ad63906082b11888b3138a69018 = new google.maps.Geocoder();g_ac6e3ad63906082b11888b3138a69018.geocode( { 'address': "448 N Minden Ave, Minden, NE 68959, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minden-NE-armstrong-financial-co').style.display = '';map = new google.maps.Map(document.getElementById('minden-NE-armstrong-financial-co'), mapOptions);}document.getElementById('182e1037').innerHTML += ' | View Map';var $lac6e3ad63906082b11888b3138a69018 = '

Armstrong Financial Co

Address: 448 N Minden Ave, Minden, NE 68959, USA
Phone: (308) 832-1600
';var m_ac6e3ad63906082b11888b3138a69018 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Armstrong Financial Co',});m_ac6e3ad63906082b11888b3138a69018['infowindow'] = new google.maps.InfoWindow({content: $lac6e3ad63906082b11888b3138a69018});var infowindow = new google.maps.InfoWindow({content: $lac6e3ad63906082b11888b3138a69018});google.maps.event.addListener(m_ac6e3ad63906082b11888b3138a69018, 'click', function() {infowindow.open(map,m_ac6e3ad63906082b11888b3138a69018);});$marker.push(m_ac6e3ad63906082b11888b3138a69018);}});}google.maps.event.addDomListener(window, 'load', initialize);