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()};var g_139c3c1b7ca46a9d4fd6d163d98af635 = new google.maps.Geocoder();g_139c3c1b7ca46a9d4fd6d163d98af635.geocode( { 'address': "920 N Belt Hwy, St Joseph, MO 64506"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-joseph-MO-north-american-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-joseph-MO-north-american-savings-bank'), mapOptions);}document.getElementById('0ac12870').innerHTML += ' | View Map';var $l139c3c1b7ca46a9d4fd6d163d98af635 = '

North American Savings Bank

Address: 920 N Belt Hwy, St Joseph, MO 64506
Phone: (816) 233-8093
';var m_139c3c1b7ca46a9d4fd6d163d98af635 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North American Savings Bank',});m_139c3c1b7ca46a9d4fd6d163d98af635['infowindow'] = new google.maps.InfoWindow({content: $l139c3c1b7ca46a9d4fd6d163d98af635});var infowindow = new google.maps.InfoWindow({content: $l139c3c1b7ca46a9d4fd6d163d98af635});google.maps.event.addListener(m_139c3c1b7ca46a9d4fd6d163d98af635, 'click', function() {infowindow.open(map,m_139c3c1b7ca46a9d4fd6d163d98af635);});$marker.push(m_139c3c1b7ca46a9d4fd6d163d98af635);}});}google.maps.event.addDomListener(window, 'load', initialize);