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.1026,-97.3304)};var g_63f622324b9783ec46f02a3dc1da3487 = new google.maps.Geocoder();g_63f622324b9783ec46f02a3dc1da3487.geocode( { 'address': "201 Childers Dr #107, Bastrop, TX 78602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bastrop-TX-peoples-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('bastrop-TX-peoples-finance-co'), mapOptions);}document.getElementById('990e6518').innerHTML += ' | View Map';var $l63f622324b9783ec46f02a3dc1da3487 = '

People's Finance Co.

Address: 201 Childers Dr #107, Bastrop, TX 78602, USA
Phone: (512) 332-0808
';var m_63f622324b9783ec46f02a3dc1da3487 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's Finance Co.',});m_63f622324b9783ec46f02a3dc1da3487['infowindow'] = new google.maps.InfoWindow({content: $l63f622324b9783ec46f02a3dc1da3487});var infowindow = new google.maps.InfoWindow({content: $l63f622324b9783ec46f02a3dc1da3487});google.maps.event.addListener(m_63f622324b9783ec46f02a3dc1da3487, 'click', function() {infowindow.open(map,m_63f622324b9783ec46f02a3dc1da3487);});$marker.push(m_63f622324b9783ec46f02a3dc1da3487);}});}google.maps.event.addDomListener(window, 'load', initialize);