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.0834,-94.1481)};var g_d6420dec32bf110b6ae5379b3342f80b = new google.maps.Geocoder();g_d6420dec32bf110b6ae5379b3342f80b.geocode( { 'address': "4347 Phelan Blvd #103, Beaumont, TX 77707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-TX-republic-state-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-TX-republic-state-mortgage'), mapOptions);}document.getElementById('5eacc913').innerHTML += ' | View Map';var $ld6420dec32bf110b6ae5379b3342f80b = '

Republic State Mortgage

Address: 4347 Phelan Blvd #103, Beaumont, TX 77707, USA
Phone: (409) 899-5100
';var m_d6420dec32bf110b6ae5379b3342f80b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic State Mortgage',});m_d6420dec32bf110b6ae5379b3342f80b['infowindow'] = new google.maps.InfoWindow({content: $ld6420dec32bf110b6ae5379b3342f80b});var infowindow = new google.maps.InfoWindow({content: $ld6420dec32bf110b6ae5379b3342f80b});google.maps.event.addListener(m_d6420dec32bf110b6ae5379b3342f80b, 'click', function() {infowindow.open(map,m_d6420dec32bf110b6ae5379b3342f80b);});$marker.push(m_d6420dec32bf110b6ae5379b3342f80b);}});}google.maps.event.addDomListener(window, 'load', initialize);