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(29.902,-95.6309)};var g_00f5988b3068176c62639caeae323b64 = new google.maps.Geocoder();g_00f5988b3068176c62639caeae323b64.geocode( { 'address': "8572 Hwy 6 N, Houston, TX 77095, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-midwestern-financial').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-midwestern-financial'), mapOptions);}document.getElementById('34ab71f0').innerHTML += ' | View Map';var $l00f5988b3068176c62639caeae323b64 = '

Midwestern Financial

Address: 8572 Hwy 6 N, Houston, TX 77095, USA
Phone: (281) 856-7721
';var m_00f5988b3068176c62639caeae323b64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwestern Financial',});m_00f5988b3068176c62639caeae323b64['infowindow'] = new google.maps.InfoWindow({content: $l00f5988b3068176c62639caeae323b64});var infowindow = new google.maps.InfoWindow({content: $l00f5988b3068176c62639caeae323b64});google.maps.event.addListener(m_00f5988b3068176c62639caeae323b64, 'click', function() {infowindow.open(map,m_00f5988b3068176c62639caeae323b64);});$marker.push(m_00f5988b3068176c62639caeae323b64);}});}google.maps.event.addDomListener(window, 'load', initialize);