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.6916,-95.2997)};var g_a97aabb966e89f70a05ad35614f1949f = new google.maps.Geocoder();g_a97aabb966e89f70a05ad35614f1949f.geocode( { 'address': "7230 Fairway Dr, Houston, TX 77087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-american-finance').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-american-finance'), mapOptions);}document.getElementById('e973971d').innerHTML += ' | View Map';var $la97aabb966e89f70a05ad35614f1949f = '

American Finance

Address: 7230 Fairway Dr, Houston, TX 77087, USA
Phone: (713) 921-5626
';var m_a97aabb966e89f70a05ad35614f1949f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Finance',});m_a97aabb966e89f70a05ad35614f1949f['infowindow'] = new google.maps.InfoWindow({content: $la97aabb966e89f70a05ad35614f1949f});var infowindow = new google.maps.InfoWindow({content: $la97aabb966e89f70a05ad35614f1949f});google.maps.event.addListener(m_a97aabb966e89f70a05ad35614f1949f, 'click', function() {infowindow.open(map,m_a97aabb966e89f70a05ad35614f1949f);});$marker.push(m_a97aabb966e89f70a05ad35614f1949f);}});}google.maps.event.addDomListener(window, 'load', initialize);