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(30.086,-94.109)};var g_3c8b28665084381f75acc18995bd8b7b = new google.maps.Geocoder();g_3c8b28665084381f75acc18995bd8b7b.geocode( { 'address': "1320 Calder Ave, Beaumont, TX 77701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-TX-triangle-loan').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-TX-triangle-loan'), mapOptions);}document.getElementById('fe66846c').innerHTML += ' | View Map';var $l3c8b28665084381f75acc18995bd8b7b = '

Triangle Loan

Address: 1320 Calder Ave, Beaumont, TX 77701, USA
Phone: (409) 833-8918
';var m_3c8b28665084381f75acc18995bd8b7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Triangle Loan',});m_3c8b28665084381f75acc18995bd8b7b['infowindow'] = new google.maps.InfoWindow({content: $l3c8b28665084381f75acc18995bd8b7b});var infowindow = new google.maps.InfoWindow({content: $l3c8b28665084381f75acc18995bd8b7b});google.maps.event.addListener(m_3c8b28665084381f75acc18995bd8b7b, 'click', function() {infowindow.open(map,m_3c8b28665084381f75acc18995bd8b7b);});$marker.push(m_3c8b28665084381f75acc18995bd8b7b);}});}google.maps.event.addDomListener(window, 'load', initialize);