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.8008,-94.8163)};var g_fe090924f08bdaa569f4e6fcc1a70484 = new google.maps.Geocoder();g_fe090924f08bdaa569f4e6fcc1a70484.geocode( { 'address': "3422 Ashland Ave, St Joseph, MO 64506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-joseph-MO-leader-one-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('saint-joseph-MO-leader-one-financial-corporation'), mapOptions);}document.getElementById('79cc00d5').innerHTML += ' | View Map';var $lfe090924f08bdaa569f4e6fcc1a70484 = '

Leader One Financial Corporation

Address: 3422 Ashland Ave, St Joseph, MO 64506, USA
Phone: (816) 279-8910
';var m_fe090924f08bdaa569f4e6fcc1a70484 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Leader One Financial Corporation',});m_fe090924f08bdaa569f4e6fcc1a70484['infowindow'] = new google.maps.InfoWindow({content: $lfe090924f08bdaa569f4e6fcc1a70484});var infowindow = new google.maps.InfoWindow({content: $lfe090924f08bdaa569f4e6fcc1a70484});google.maps.event.addListener(m_fe090924f08bdaa569f4e6fcc1a70484, 'click', function() {infowindow.open(map,m_fe090924f08bdaa569f4e6fcc1a70484);});$marker.push(m_fe090924f08bdaa569f4e6fcc1a70484);}});}google.maps.event.addDomListener(window, 'load', initialize);