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.2484,-98.4827)};var g_85a6969ff87a4819f5fa8f43c23dfb92 = new google.maps.Geocoder();g_85a6969ff87a4819f5fa8f43c23dfb92.geocode( { 'address': "235 W Expy 83 #4, La Joya, TX 78560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-joya-TX-security-finance').style.display = '';map = new google.maps.Map(document.getElementById('la-joya-TX-security-finance'), mapOptions);}document.getElementById('fcbc0e64').innerHTML += ' | View Map';var $l85a6969ff87a4819f5fa8f43c23dfb92 = '

Security Finance

Address: 235 W Expy 83 #4, La Joya, TX 78560, USA
Phone: (956) 583-1431
';var m_85a6969ff87a4819f5fa8f43c23dfb92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Finance',});m_85a6969ff87a4819f5fa8f43c23dfb92['infowindow'] = new google.maps.InfoWindow({content: $l85a6969ff87a4819f5fa8f43c23dfb92});var infowindow = new google.maps.InfoWindow({content: $l85a6969ff87a4819f5fa8f43c23dfb92});google.maps.event.addListener(m_85a6969ff87a4819f5fa8f43c23dfb92, 'click', function() {infowindow.open(map,m_85a6969ff87a4819f5fa8f43c23dfb92);});$marker.push(m_85a6969ff87a4819f5fa8f43c23dfb92);}});}google.maps.event.addDomListener(window, 'load', initialize);