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.8828,-94.5895)};var g_559d2e2a561d027e927d0f5a3fe280bd = new google.maps.Geocoder();g_559d2e2a561d027e927d0f5a3fe280bd.geocode( { 'address': "510 E 135th St, Kansas City, MO 64145, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-bailey-bros-building--loan-association').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-bailey-bros-building--loan-association'), mapOptions);}document.getElementById('85640529').innerHTML += ' | View Map';var $l559d2e2a561d027e927d0f5a3fe280bd = '

Bailey Bros. Building & Loan Association

Address: 510 E 135th St, Kansas City, MO 64145, USA
Phone: (816) 308-1023
';var m_559d2e2a561d027e927d0f5a3fe280bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bailey Bros. Building & Loan Association',});m_559d2e2a561d027e927d0f5a3fe280bd['infowindow'] = new google.maps.InfoWindow({content: $l559d2e2a561d027e927d0f5a3fe280bd});var infowindow = new google.maps.InfoWindow({content: $l559d2e2a561d027e927d0f5a3fe280bd});google.maps.event.addListener(m_559d2e2a561d027e927d0f5a3fe280bd, 'click', function() {infowindow.open(map,m_559d2e2a561d027e927d0f5a3fe280bd);});$marker.push(m_559d2e2a561d027e927d0f5a3fe280bd);}});}google.maps.event.addDomListener(window, 'load', initialize);