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.062,-94.5901)};var g_7d21369b22cc001b9dce01e4f61fe5da = new google.maps.Geocoder();g_7d21369b22cc001b9dce01e4f61fe5da.geocode( { 'address': "3607 Broadway, Kansas City, MO 64111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-merit-brokerage').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-merit-brokerage'), mapOptions);}document.getElementById('a685bc93').innerHTML += ' | View Map';var $l7d21369b22cc001b9dce01e4f61fe5da = '

Merit Brokerage

Address: 3607 Broadway, Kansas City, MO 64111, USA
Phone: (816) 842-5336
';var m_7d21369b22cc001b9dce01e4f61fe5da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merit Brokerage',});m_7d21369b22cc001b9dce01e4f61fe5da['infowindow'] = new google.maps.InfoWindow({content: $l7d21369b22cc001b9dce01e4f61fe5da});var infowindow = new google.maps.InfoWindow({content: $l7d21369b22cc001b9dce01e4f61fe5da});google.maps.event.addListener(m_7d21369b22cc001b9dce01e4f61fe5da, 'click', function() {infowindow.open(map,m_7d21369b22cc001b9dce01e4f61fe5da);});$marker.push(m_7d21369b22cc001b9dce01e4f61fe5da);}});}google.maps.event.addDomListener(window, 'load', initialize);