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.9141,-94.3725)};var g_3f781c34c198414b5d4758460caa481e = new google.maps.Geocoder();g_3f781c34c198414b5d4758460caa481e.geocode( { 'address': "304 SE 3rd 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-kcb-bank-loan-production').style.display = '';map = new google.maps.Map(document.getElementById('lees-summit-MO-kcb-bank-loan-production'), mapOptions);}document.getElementById('abd8cd2b').innerHTML += ' | View Map';var $l3f781c34c198414b5d4758460caa481e = '

KCB Bank Loan Production

Address: 304 SE 3rd St, Lee\'s Summit, MO 64063, USA
Phone: (816) 812-0159
';var m_3f781c34c198414b5d4758460caa481e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KCB Bank Loan Production',});m_3f781c34c198414b5d4758460caa481e['infowindow'] = new google.maps.InfoWindow({content: $l3f781c34c198414b5d4758460caa481e});var infowindow = new google.maps.InfoWindow({content: $l3f781c34c198414b5d4758460caa481e});google.maps.event.addListener(m_3f781c34c198414b5d4758460caa481e, 'click', function() {infowindow.open(map,m_3f781c34c198414b5d4758460caa481e);});$marker.push(m_3f781c34c198414b5d4758460caa481e);}});}google.maps.event.addDomListener(window, 'load', initialize);