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(26.1992,-98.2335)};var g_33ef878e4080f68d04874402b4f2c2b6 = new google.maps.Geocoder();g_33ef878e4080f68d04874402b4f2c2b6.geocode( { 'address': "1209 Erie Ave, McAllen, TX 78501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcallen-TX-b--f-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('mcallen-TX-b--f-finance-corporation'), mapOptions);}document.getElementById('d90061d5').innerHTML += ' | View Map';var $l33ef878e4080f68d04874402b4f2c2b6 = '

B & F Finance Corporation

Address: 1209 Erie Ave, McAllen, TX 78501, USA
Phone: (956) 686-1509
';var m_33ef878e4080f68d04874402b4f2c2b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B & F Finance Corporation',});m_33ef878e4080f68d04874402b4f2c2b6['infowindow'] = new google.maps.InfoWindow({content: $l33ef878e4080f68d04874402b4f2c2b6});var infowindow = new google.maps.InfoWindow({content: $l33ef878e4080f68d04874402b4f2c2b6});google.maps.event.addListener(m_33ef878e4080f68d04874402b4f2c2b6, 'click', function() {infowindow.open(map,m_33ef878e4080f68d04874402b4f2c2b6);});$marker.push(m_33ef878e4080f68d04874402b4f2c2b6);}});}google.maps.event.addDomListener(window, 'load', initialize);