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(31.956,-95.2663)};var g_1e5afce26f816c212a6b27dc47923658 = new google.maps.Geocoder();g_1e5afce26f816c212a6b27dc47923658.geocode( { 'address': "916 S Jackson St, Jacksonville, TX 75766, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-TX-b--f-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-TX-b--f-finance-corporation'), mapOptions);}document.getElementById('f6b1d2a8').innerHTML += ' | View Map';var $l1e5afce26f816c212a6b27dc47923658 = '

B & F Finance Corporation

Address: 916 S Jackson St, Jacksonville, TX 75766, USA
Phone: (903) 589-3170
';var m_1e5afce26f816c212a6b27dc47923658 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B & F Finance Corporation',});m_1e5afce26f816c212a6b27dc47923658['infowindow'] = new google.maps.InfoWindow({content: $l1e5afce26f816c212a6b27dc47923658});var infowindow = new google.maps.InfoWindow({content: $l1e5afce26f816c212a6b27dc47923658});google.maps.event.addListener(m_1e5afce26f816c212a6b27dc47923658, 'click', function() {infowindow.open(map,m_1e5afce26f816c212a6b27dc47923658);});$marker.push(m_1e5afce26f816c212a6b27dc47923658);}});}google.maps.event.addDomListener(window, 'load', initialize);