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(32.5901,-97.1085)};var g_075c49b6117b6b70eb6faee558b678c4 = new google.maps.Geocoder();g_075c49b6117b6b70eb6faee558b678c4.geocode( { 'address': "1607 Chretien Point Dr, Mansfield, TX 76063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-TX-kb-financial-solutions').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-TX-kb-financial-solutions'), mapOptions);}document.getElementById('726d6fd1').innerHTML += ' | View Map';var $l075c49b6117b6b70eb6faee558b678c4 = '

KB Financial Solutions

Address: 1607 Chretien Point Dr, Mansfield, TX 76063, USA
Phone: (817) 371-3495
';var m_075c49b6117b6b70eb6faee558b678c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KB Financial Solutions',});m_075c49b6117b6b70eb6faee558b678c4['infowindow'] = new google.maps.InfoWindow({content: $l075c49b6117b6b70eb6faee558b678c4});var infowindow = new google.maps.InfoWindow({content: $l075c49b6117b6b70eb6faee558b678c4});google.maps.event.addListener(m_075c49b6117b6b70eb6faee558b678c4, 'click', function() {infowindow.open(map,m_075c49b6117b6b70eb6faee558b678c4);});$marker.push(m_075c49b6117b6b70eb6faee558b678c4);}});}google.maps.event.addDomListener(window, 'load', initialize);