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.952,-92.338)};var g_c305906bce98a870409f20115c7cd4e7 = new google.maps.Geocoder();g_c305906bce98a870409f20115c7cd4e7.geocode( { 'address': "33 E Broadway, Columbia, MO 65203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MO-fbhl---remax').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MO-fbhl---remax'), mapOptions);}document.getElementById('0d54ec96').innerHTML += ' | View Map';var $lc305906bce98a870409f20115c7cd4e7 = '

FBHL - Re/Max

Address: 33 E Broadway, Columbia, MO 65203, USA
Phone: (573) 256-6577
';var m_c305906bce98a870409f20115c7cd4e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FBHL - Re/Max',});m_c305906bce98a870409f20115c7cd4e7['infowindow'] = new google.maps.InfoWindow({content: $lc305906bce98a870409f20115c7cd4e7});var infowindow = new google.maps.InfoWindow({content: $lc305906bce98a870409f20115c7cd4e7});google.maps.event.addListener(m_c305906bce98a870409f20115c7cd4e7, 'click', function() {infowindow.open(map,m_c305906bce98a870409f20115c7cd4e7);});$marker.push(m_c305906bce98a870409f20115c7cd4e7);}});}google.maps.event.addDomListener(window, 'load', initialize);