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.8844,-98.5273)};var g_2bc31ba791e14c717e0a8673adfed344 = new google.maps.Geocoder();g_2bc31ba791e14c717e0a8673adfed344.geocode( { 'address': "2913 Bob Ave, Wichita Falls, TX 76308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-falls-TX-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('wichita-falls-TX-sun-loan-company'), mapOptions);}document.getElementById('e4802473').innerHTML += ' | View Map';var $l2bc31ba791e14c717e0a8673adfed344 = '

Sun Loan Company

Address: 2913 Bob Ave, Wichita Falls, TX 76308, USA
Phone: (940) 322-1771
';var m_2bc31ba791e14c717e0a8673adfed344 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_2bc31ba791e14c717e0a8673adfed344['infowindow'] = new google.maps.InfoWindow({content: $l2bc31ba791e14c717e0a8673adfed344});var infowindow = new google.maps.InfoWindow({content: $l2bc31ba791e14c717e0a8673adfed344});google.maps.event.addListener(m_2bc31ba791e14c717e0a8673adfed344, 'click', function() {infowindow.open(map,m_2bc31ba791e14c717e0a8673adfed344);});$marker.push(m_2bc31ba791e14c717e0a8673adfed344);}});}google.maps.event.addDomListener(window, 'load', initialize);