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.1192,-94.627)};var g_ab10d2424eae595b20eb56a101d1cea2 = new google.maps.Geocoder();g_ab10d2424eae595b20eb56a101d1cea2.geocode( { 'address': "3004 Strong Ave, Kansas City, KS 66106"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-KS-argentine-federal-savings').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-KS-argentine-federal-savings'), mapOptions);}document.getElementById('64991f86').innerHTML += ' | View Map';var $lab10d2424eae595b20eb56a101d1cea2 = '

Argentine Federal Savings

Address: 3004 Strong Ave, Kansas City, KS 66106
Phone: (913) 831-2004
';var m_ab10d2424eae595b20eb56a101d1cea2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Argentine Federal Savings',});m_ab10d2424eae595b20eb56a101d1cea2['infowindow'] = new google.maps.InfoWindow({content: $lab10d2424eae595b20eb56a101d1cea2});var infowindow = new google.maps.InfoWindow({content: $lab10d2424eae595b20eb56a101d1cea2});google.maps.event.addListener(m_ab10d2424eae595b20eb56a101d1cea2, 'click', function() {infowindow.open(map,m_ab10d2424eae595b20eb56a101d1cea2);});$marker.push(m_ab10d2424eae595b20eb56a101d1cea2);}});}google.maps.event.addDomListener(window, 'load', initialize);