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(26.2383,-98.3828)};var g_86fd6c86e53687c67e50bd29a08b133e = new google.maps.Geocoder();g_86fd6c86e53687c67e50bd29a08b133e.geocode( { 'address': "1106 W Veterans Blvd b, Palmview, TX 78572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmview-TX-jj-credit-analysis--repair').style.display = '';map = new google.maps.Map(document.getElementById('palmview-TX-jj-credit-analysis--repair'), mapOptions);}document.getElementById('b83bd914').innerHTML += ' | View Map';var $l86fd6c86e53687c67e50bd29a08b133e = '

JJ Credit Analysis & Repair

Address: 1106 W Veterans Blvd b, Palmview, TX 78572, USA
Phone: (956) 862-0089
';var m_86fd6c86e53687c67e50bd29a08b133e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JJ Credit Analysis & Repair',});m_86fd6c86e53687c67e50bd29a08b133e['infowindow'] = new google.maps.InfoWindow({content: $l86fd6c86e53687c67e50bd29a08b133e});var infowindow = new google.maps.InfoWindow({content: $l86fd6c86e53687c67e50bd29a08b133e});google.maps.event.addListener(m_86fd6c86e53687c67e50bd29a08b133e, 'click', function() {infowindow.open(map,m_86fd6c86e53687c67e50bd29a08b133e);});$marker.push(m_86fd6c86e53687c67e50bd29a08b133e);}});}google.maps.event.addDomListener(window, 'load', initialize);