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.1846,-97.6807)};var g_46e99e96e8b1d94f64ca25b803810322 = new google.maps.Geocoder();g_46e99e96e8b1d94f64ca25b803810322.geocode( { 'address': "920 S 77 Sunshine Strip, Harlingen, TX 78550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlingen-TX-action-credit-harlingen').style.display = '';map = new google.maps.Map(document.getElementById('harlingen-TX-action-credit-harlingen'), mapOptions);}document.getElementById('20372682').innerHTML += ' | View Map';var $l46e99e96e8b1d94f64ca25b803810322 = '

Action Credit, Harlingen

Address: 920 S 77 Sunshine Strip, Harlingen, TX 78550, USA
Phone: (956) 230-5889
';var m_46e99e96e8b1d94f64ca25b803810322 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Action Credit, Harlingen',});m_46e99e96e8b1d94f64ca25b803810322['infowindow'] = new google.maps.InfoWindow({content: $l46e99e96e8b1d94f64ca25b803810322});var infowindow = new google.maps.InfoWindow({content: $l46e99e96e8b1d94f64ca25b803810322});google.maps.event.addListener(m_46e99e96e8b1d94f64ca25b803810322, 'click', function() {infowindow.open(map,m_46e99e96e8b1d94f64ca25b803810322);});$marker.push(m_46e99e96e8b1d94f64ca25b803810322);}});}google.maps.event.addDomListener(window, 'load', initialize);