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.6248,-97.1339)};var g_2296bdc854966a3d1361f9f172b31763 = new google.maps.Geocoder();g_2296bdc854966a3d1361f9f172b31763.geocode( { 'address': "121 N Grand Ave, Gainesville, TX 76240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-TX-midwest-finance').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-TX-midwest-finance'), mapOptions);}document.getElementById('c256c20a').innerHTML += ' | View Map';var $l2296bdc854966a3d1361f9f172b31763 = '

Midwest Finance

Address: 121 N Grand Ave, Gainesville, TX 76240, USA
Phone: (940) 612-1522
';var m_2296bdc854966a3d1361f9f172b31763 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Finance',});m_2296bdc854966a3d1361f9f172b31763['infowindow'] = new google.maps.InfoWindow({content: $l2296bdc854966a3d1361f9f172b31763});var infowindow = new google.maps.InfoWindow({content: $l2296bdc854966a3d1361f9f172b31763});google.maps.event.addListener(m_2296bdc854966a3d1361f9f172b31763, 'click', function() {infowindow.open(map,m_2296bdc854966a3d1361f9f172b31763);});$marker.push(m_2296bdc854966a3d1361f9f172b31763);}});}google.maps.event.addDomListener(window, 'load', initialize);