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(32.3202,-102.55)};var g_4f46ec47d090ce156a1f977670d75638 = new google.maps.Geocoder();g_4f46ec47d090ce156a1f977670d75638.geocode( { 'address': "304 NW Ave B, Andrews, TX 79714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andrews-TX-andrews-advance-inc').style.display = '';map = new google.maps.Map(document.getElementById('andrews-TX-andrews-advance-inc'), mapOptions);}document.getElementById('03e4fddd').innerHTML += ' | View Map';var $l4f46ec47d090ce156a1f977670d75638 = '

Andrews Advance Inc

Address: 304 NW Ave B, Andrews, TX 79714, USA
Phone: (432) 523-2271
';var m_4f46ec47d090ce156a1f977670d75638 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Andrews Advance Inc',});m_4f46ec47d090ce156a1f977670d75638['infowindow'] = new google.maps.InfoWindow({content: $l4f46ec47d090ce156a1f977670d75638});var infowindow = new google.maps.InfoWindow({content: $l4f46ec47d090ce156a1f977670d75638});google.maps.event.addListener(m_4f46ec47d090ce156a1f977670d75638, 'click', function() {infowindow.open(map,m_4f46ec47d090ce156a1f977670d75638);});$marker.push(m_4f46ec47d090ce156a1f977670d75638);}});}google.maps.event.addDomListener(window, 'load', initialize);