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(37.6948,-97.4624)};var g_1fd766da2ba48ead5364fa9b75cd69f3 = new google.maps.Geocoder();g_1fd766da2ba48ead5364fa9b75cd69f3.geocode( { 'address': "734 N Maize Rd, Wichita, KS 67212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-jg-wentworth-home-lending').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-jg-wentworth-home-lending'), mapOptions);}document.getElementById('8ed95d03').innerHTML += ' | View Map';var $l1fd766da2ba48ead5364fa9b75cd69f3 = '

J.G. Wentworth Home Lending

Address: 734 N Maize Rd, Wichita, KS 67212, USA
Phone: (316) 665-4235
';var m_1fd766da2ba48ead5364fa9b75cd69f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J.G. Wentworth Home Lending',});m_1fd766da2ba48ead5364fa9b75cd69f3['infowindow'] = new google.maps.InfoWindow({content: $l1fd766da2ba48ead5364fa9b75cd69f3});var infowindow = new google.maps.InfoWindow({content: $l1fd766da2ba48ead5364fa9b75cd69f3});google.maps.event.addListener(m_1fd766da2ba48ead5364fa9b75cd69f3, 'click', function() {infowindow.open(map,m_1fd766da2ba48ead5364fa9b75cd69f3);});$marker.push(m_1fd766da2ba48ead5364fa9b75cd69f3);}});}google.maps.event.addDomListener(window, 'load', initialize);