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(39.3601,-99.6876)};var g_0dd94870032028c3e946fab7a07a912d = new google.maps.Geocoder();g_0dd94870032028c3e946fab7a07a912d.geocode( { 'address': "401 Main St, Bogue, KS 67625, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bogue-KS-solutions-north-bank').style.display = '';map = new google.maps.Map(document.getElementById('bogue-KS-solutions-north-bank'), mapOptions);}document.getElementById('97b18ef2').innerHTML += ' | View Map';var $l0dd94870032028c3e946fab7a07a912d = '

Solutions North Bank

Address: 401 Main St, Bogue, KS 67625, USA
Phone: (785) 421-5403
';var m_0dd94870032028c3e946fab7a07a912d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Solutions North Bank',});m_0dd94870032028c3e946fab7a07a912d['infowindow'] = new google.maps.InfoWindow({content: $l0dd94870032028c3e946fab7a07a912d});var infowindow = new google.maps.InfoWindow({content: $l0dd94870032028c3e946fab7a07a912d});google.maps.event.addListener(m_0dd94870032028c3e946fab7a07a912d, 'click', function() {infowindow.open(map,m_0dd94870032028c3e946fab7a07a912d);});$marker.push(m_0dd94870032028c3e946fab7a07a912d);}});}google.maps.event.addDomListener(window, 'load', initialize);