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.919,-94.3815)};var g_f8115834c8164062752eb91237442e01 = new google.maps.Geocoder();g_f8115834c8164062752eb91237442e01.geocode( { 'address': "301 NE Main St, Lee\'s Summit, MO 64063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lees-summit-MO-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lees-summit-MO-bank-of-america-mortgage'), mapOptions);}document.getElementById('1b898e21').innerHTML += ' | View Map';var $lf8115834c8164062752eb91237442e01 = '

Bank of America Mortgage

Address: 301 NE Main St, Lee\'s Summit, MO 64063, USA
Phone: (866) 466-0979
';var m_f8115834c8164062752eb91237442e01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_f8115834c8164062752eb91237442e01['infowindow'] = new google.maps.InfoWindow({content: $lf8115834c8164062752eb91237442e01});var infowindow = new google.maps.InfoWindow({content: $lf8115834c8164062752eb91237442e01});google.maps.event.addListener(m_f8115834c8164062752eb91237442e01, 'click', function() {infowindow.open(map,m_f8115834c8164062752eb91237442e01);});$marker.push(m_f8115834c8164062752eb91237442e01);}});}google.maps.event.addDomListener(window, 'load', initialize);