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.4124,-95.0411)};var g_0b1631d2b0d1276c193d66c632624032 = new google.maps.Geocoder();g_0b1631d2b0d1276c193d66c632624032.geocode( { 'address': "3220 Gulf Fwy, Texas City, TX 77591, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texas-city-TX-demontrond-hyundai').style.display = '';map = new google.maps.Map(document.getElementById('texas-city-TX-demontrond-hyundai'), mapOptions);}document.getElementById('d67f70e5').innerHTML += ' | View Map';var $l0b1631d2b0d1276c193d66c632624032 = '

DeMontrond Hyundai

Address: 3220 Gulf Fwy, Texas City, TX 77591, USA
Phone: (832) 371-9138
';var m_0b1631d2b0d1276c193d66c632624032 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DeMontrond Hyundai',});m_0b1631d2b0d1276c193d66c632624032['infowindow'] = new google.maps.InfoWindow({content: $l0b1631d2b0d1276c193d66c632624032});var infowindow = new google.maps.InfoWindow({content: $l0b1631d2b0d1276c193d66c632624032});google.maps.event.addListener(m_0b1631d2b0d1276c193d66c632624032, 'click', function() {infowindow.open(map,m_0b1631d2b0d1276c193d66c632624032);});$marker.push(m_0b1631d2b0d1276c193d66c632624032);}});}google.maps.event.addDomListener(window, 'load', initialize);