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.9307,-92.362)};var g_82c5114a291bb992d22af0b418b0e46b = new google.maps.Geocoder();g_82c5114a291bb992d22af0b418b0e46b.geocode( { 'address': "1515 Chapel Hill Rd, Columbia, MO 65203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MO-fbhl---house-of-brokers').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MO-fbhl---house-of-brokers'), mapOptions);}document.getElementById('9c1860e0').innerHTML += ' | View Map';var $l82c5114a291bb992d22af0b418b0e46b = '

FBHL - House of Brokers

Address: 1515 Chapel Hill Rd, Columbia, MO 65203, USA
Phone: (573) 445-7977
';var m_82c5114a291bb992d22af0b418b0e46b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FBHL - House of Brokers',});m_82c5114a291bb992d22af0b418b0e46b['infowindow'] = new google.maps.InfoWindow({content: $l82c5114a291bb992d22af0b418b0e46b});var infowindow = new google.maps.InfoWindow({content: $l82c5114a291bb992d22af0b418b0e46b});google.maps.event.addListener(m_82c5114a291bb992d22af0b418b0e46b, 'click', function() {infowindow.open(map,m_82c5114a291bb992d22af0b418b0e46b);});$marker.push(m_82c5114a291bb992d22af0b418b0e46b);}});}google.maps.event.addDomListener(window, 'load', initialize);