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.1517,-98.1656)};var g_49feb6505cf1c5d6aa01320420cb5314 = new google.maps.Geocoder();g_49feb6505cf1c5d6aa01320420cb5314.geocode( { 'address': "559 10th St # 3, Floresville, TX 78114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('floresville-TX-community-finance-inc').style.display = '';map = new google.maps.Map(document.getElementById('floresville-TX-community-finance-inc'), mapOptions);}document.getElementById('64546d65').innerHTML += ' | View Map';var $l49feb6505cf1c5d6aa01320420cb5314 = '

Community Finance Inc

Address: 559 10th St # 3, Floresville, TX 78114, USA
Phone: (830) 393-8878
';var m_49feb6505cf1c5d6aa01320420cb5314 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Finance Inc',});m_49feb6505cf1c5d6aa01320420cb5314['infowindow'] = new google.maps.InfoWindow({content: $l49feb6505cf1c5d6aa01320420cb5314});var infowindow = new google.maps.InfoWindow({content: $l49feb6505cf1c5d6aa01320420cb5314});google.maps.event.addListener(m_49feb6505cf1c5d6aa01320420cb5314, 'click', function() {infowindow.open(map,m_49feb6505cf1c5d6aa01320420cb5314);});$marker.push(m_49feb6505cf1c5d6aa01320420cb5314);}});}google.maps.event.addDomListener(window, 'load', initialize);