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(33.1883,-97.8222)};var g_5cffb286e137a230dc1d2bd315337cb2 = new google.maps.Geocoder();g_5cffb286e137a230dc1d2bd315337cb2.geocode( { 'address': "2202 US-380, Bridgeport, TX 76426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-TX-4-star-loans').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-TX-4-star-loans'), mapOptions);}document.getElementById('c54c1e96').innerHTML += ' | View Map';var $l5cffb286e137a230dc1d2bd315337cb2 = '

4 Star Loans

Address: 2202 US-380, Bridgeport, TX 76426, USA
Phone: (940) 683-3030
';var m_5cffb286e137a230dc1d2bd315337cb2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '4 Star Loans',});m_5cffb286e137a230dc1d2bd315337cb2['infowindow'] = new google.maps.InfoWindow({content: $l5cffb286e137a230dc1d2bd315337cb2});var infowindow = new google.maps.InfoWindow({content: $l5cffb286e137a230dc1d2bd315337cb2});google.maps.event.addListener(m_5cffb286e137a230dc1d2bd315337cb2, 'click', function() {infowindow.open(map,m_5cffb286e137a230dc1d2bd315337cb2);});$marker.push(m_5cffb286e137a230dc1d2bd315337cb2);}});}google.maps.event.addDomListener(window, 'load', initialize);