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(29.0322,-95.3986)};var g_5195a188c559517d653ef5d08871df6a = new google.maps.Geocoder();g_5195a188c559517d653ef5d08871df6a.geocode( { 'address': "716 Brazosport Blvd N, Clute, TX 77531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clute-TX-loan-services').style.display = '';map = new google.maps.Map(document.getElementById('clute-TX-loan-services'), mapOptions);}document.getElementById('79afe988').innerHTML += ' | View Map';var $l5195a188c559517d653ef5d08871df6a = '

Loan Services

Address: 716 Brazosport Blvd N, Clute, TX 77531, USA
Phone: (979) 529-2960
';var m_5195a188c559517d653ef5d08871df6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Services',});m_5195a188c559517d653ef5d08871df6a['infowindow'] = new google.maps.InfoWindow({content: $l5195a188c559517d653ef5d08871df6a});var infowindow = new google.maps.InfoWindow({content: $l5195a188c559517d653ef5d08871df6a});google.maps.event.addListener(m_5195a188c559517d653ef5d08871df6a, 'click', function() {infowindow.open(map,m_5195a188c559517d653ef5d08871df6a);});$marker.push(m_5195a188c559517d653ef5d08871df6a);}});}google.maps.event.addDomListener(window, 'load', initialize);