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(33.6564,-96.6028)};var g_e02906ba2d8ae93a1683623e7c7cfae5 = new google.maps.Geocoder();g_e02906ba2d8ae93a1683623e7c7cfae5.geocode( { 'address': "1925 N Grand Ave, Sherman, TX 75090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sherman-TX-bf-finance--sherman').style.display = '';map = new google.maps.Map(document.getElementById('sherman-TX-bf-finance--sherman'), mapOptions);}document.getElementById('1ff62824').innerHTML += ' | View Map';var $le02906ba2d8ae93a1683623e7c7cfae5 = '

B&F Finance – Sherman

Address: 1925 N Grand Ave, Sherman, TX 75090, USA
Phone: (903) 892-3531
';var m_e02906ba2d8ae93a1683623e7c7cfae5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B&F Finance – Sherman',});m_e02906ba2d8ae93a1683623e7c7cfae5['infowindow'] = new google.maps.InfoWindow({content: $le02906ba2d8ae93a1683623e7c7cfae5});var infowindow = new google.maps.InfoWindow({content: $le02906ba2d8ae93a1683623e7c7cfae5});google.maps.event.addListener(m_e02906ba2d8ae93a1683623e7c7cfae5, 'click', function() {infowindow.open(map,m_e02906ba2d8ae93a1683623e7c7cfae5);});$marker.push(m_e02906ba2d8ae93a1683623e7c7cfae5);}});}google.maps.event.addDomListener(window, 'load', initialize);