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.7465,-94.949)};var g_c2f4107b6e40254227fa91ccae0a16aa = new google.maps.Geocoder();g_c2f4107b6e40254227fa91ccae0a16aa.geocode( { 'address': "2309 N Alexander Dr, Baytown, TX 77520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baytown-TX-gold-star-finance-inc').style.display = '';map = new google.maps.Map(document.getElementById('baytown-TX-gold-star-finance-inc'), mapOptions);}document.getElementById('a70f1612').innerHTML += ' | View Map';var $lc2f4107b6e40254227fa91ccae0a16aa = '

Gold Star Finance Inc

Address: 2309 N Alexander Dr, Baytown, TX 77520, USA
Phone: (832) 556-0231
';var m_c2f4107b6e40254227fa91ccae0a16aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Star Finance Inc',});m_c2f4107b6e40254227fa91ccae0a16aa['infowindow'] = new google.maps.InfoWindow({content: $lc2f4107b6e40254227fa91ccae0a16aa});var infowindow = new google.maps.InfoWindow({content: $lc2f4107b6e40254227fa91ccae0a16aa});google.maps.event.addListener(m_c2f4107b6e40254227fa91ccae0a16aa, 'click', function() {infowindow.open(map,m_c2f4107b6e40254227fa91ccae0a16aa);});$marker.push(m_c2f4107b6e40254227fa91ccae0a16aa);}});}google.maps.event.addDomListener(window, 'load', initialize);