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.1147,-97.4077)};var g_5949f7c757ce4354cfbd8a5a7e193096 = new google.maps.Geocoder();g_5949f7c757ce4354cfbd8a5a7e193096.geocode( { 'address': "6173 W Adams Ave, Temple, TX 76502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-TX-landon-funding').style.display = '';map = new google.maps.Map(document.getElementById('temple-TX-landon-funding'), mapOptions);}document.getElementById('6ca25c76').innerHTML += ' | View Map';var $l5949f7c757ce4354cfbd8a5a7e193096 = '

Landon Funding

Address: 6173 W Adams Ave, Temple, TX 76502, USA
Phone: (800) 607-5201
';var m_5949f7c757ce4354cfbd8a5a7e193096 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landon Funding',});m_5949f7c757ce4354cfbd8a5a7e193096['infowindow'] = new google.maps.InfoWindow({content: $l5949f7c757ce4354cfbd8a5a7e193096});var infowindow = new google.maps.InfoWindow({content: $l5949f7c757ce4354cfbd8a5a7e193096});google.maps.event.addListener(m_5949f7c757ce4354cfbd8a5a7e193096, 'click', function() {infowindow.open(map,m_5949f7c757ce4354cfbd8a5a7e193096);});$marker.push(m_5949f7c757ce4354cfbd8a5a7e193096);}});}google.maps.event.addDomListener(window, 'load', initialize);