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.5772,-94.6862)};var g_62daa6b4f9bea3349e4a3288e2c6f33f = new google.maps.Geocoder();g_62daa6b4f9bea3349e4a3288e2c6f33f.geocode( { 'address': "100 Rainbow Dr, Livingston, TX 77351"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('livingston-TX-bancorp-south-insurance-service').style.display = '';map = new google.maps.Map(document.getElementById('livingston-TX-bancorp-south-insurance-service'), mapOptions);}document.getElementById('8e4dab83').innerHTML += ' | View Map';var $l62daa6b4f9bea3349e4a3288e2c6f33f = '

Bancorp South Insurance Service

Address: 100 Rainbow Dr, Livingston, TX 77351
Phone: (936) 327-5626
';var m_62daa6b4f9bea3349e4a3288e2c6f33f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp South Insurance Service',});m_62daa6b4f9bea3349e4a3288e2c6f33f['infowindow'] = new google.maps.InfoWindow({content: $l62daa6b4f9bea3349e4a3288e2c6f33f});var infowindow = new google.maps.InfoWindow({content: $l62daa6b4f9bea3349e4a3288e2c6f33f});google.maps.event.addListener(m_62daa6b4f9bea3349e4a3288e2c6f33f, 'click', function() {infowindow.open(map,m_62daa6b4f9bea3349e4a3288e2c6f33f);});$marker.push(m_62daa6b4f9bea3349e4a3288e2c6f33f);}});}google.maps.event.addDomListener(window, 'load', initialize);