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(38.8141,-94.5115)};var g_59a3c5594e8dbf15165b028717b34372 = new google.maps.Geocoder();g_59a3c5594e8dbf15165b028717b34372.geocode( { 'address': "1400 E North Ave, Belton, MO 64012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belton-MO-capitol-federal-atm').style.display = '';map = new google.maps.Map(document.getElementById('belton-MO-capitol-federal-atm'), mapOptions);}document.getElementById('bbfc418c').innerHTML += ' | View Map';var $l59a3c5594e8dbf15165b028717b34372 = '

Capitol Federal ATM

Address: 1400 E North Ave, Belton, MO 64012, USA
Phone: (913) 381-5400
';var m_59a3c5594e8dbf15165b028717b34372 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capitol Federal ATM',});m_59a3c5594e8dbf15165b028717b34372['infowindow'] = new google.maps.InfoWindow({content: $l59a3c5594e8dbf15165b028717b34372});var infowindow = new google.maps.InfoWindow({content: $l59a3c5594e8dbf15165b028717b34372});google.maps.event.addListener(m_59a3c5594e8dbf15165b028717b34372, 'click', function() {infowindow.open(map,m_59a3c5594e8dbf15165b028717b34372);});$marker.push(m_59a3c5594e8dbf15165b028717b34372);}});}google.maps.event.addDomListener(window, 'load', initialize);