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(43.1443,-93.3649)};var g_7ebe9c11eb21352d04da268420e390ed = new google.maps.Geocoder();g_7ebe9c11eb21352d04da268420e390ed.geocode( { 'address': "1919 US-18, Clear Lake, IA 50428, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clear-lake-IA-mbt-highway-18-clear-lake').style.display = '';map = new google.maps.Map(document.getElementById('clear-lake-IA-mbt-highway-18-clear-lake'), mapOptions);}document.getElementById('e0b8a4b9').innerHTML += ' | View Map';var $l7ebe9c11eb21352d04da268420e390ed = '

MBT Highway 18 Clear Lake

Address: 1919 US-18, Clear Lake, IA 50428, USA
Phone: (641) 357-6161
';var m_7ebe9c11eb21352d04da268420e390ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MBT Highway 18 Clear Lake',});m_7ebe9c11eb21352d04da268420e390ed['infowindow'] = new google.maps.InfoWindow({content: $l7ebe9c11eb21352d04da268420e390ed});var infowindow = new google.maps.InfoWindow({content: $l7ebe9c11eb21352d04da268420e390ed});google.maps.event.addListener(m_7ebe9c11eb21352d04da268420e390ed, 'click', function() {infowindow.open(map,m_7ebe9c11eb21352d04da268420e390ed);});$marker.push(m_7ebe9c11eb21352d04da268420e390ed);}});}google.maps.event.addDomListener(window, 'load', initialize);