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.3371,-97.4183)};var g_498a6f2c3f94ac4a91b55d2c5b9a8d16 = new google.maps.Geocoder();g_498a6f2c3f94ac4a91b55d2c5b9a8d16.geocode( { 'address': "103 Westmeadow Dr, Cleburne, TX 76033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleburne-TX-cendera-funding-cleburne-branch').style.display = '';map = new google.maps.Map(document.getElementById('cleburne-TX-cendera-funding-cleburne-branch'), mapOptions);}document.getElementById('dddd5e32').innerHTML += ' | View Map';var $l498a6f2c3f94ac4a91b55d2c5b9a8d16 = '

Cendera Funding Cleburne Branch

Address: 103 Westmeadow Dr, Cleburne, TX 76033, USA
Phone: (817) 648-0006
';var m_498a6f2c3f94ac4a91b55d2c5b9a8d16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cendera Funding Cleburne Branch',});m_498a6f2c3f94ac4a91b55d2c5b9a8d16['infowindow'] = new google.maps.InfoWindow({content: $l498a6f2c3f94ac4a91b55d2c5b9a8d16});var infowindow = new google.maps.InfoWindow({content: $l498a6f2c3f94ac4a91b55d2c5b9a8d16});google.maps.event.addListener(m_498a6f2c3f94ac4a91b55d2c5b9a8d16, 'click', function() {infowindow.open(map,m_498a6f2c3f94ac4a91b55d2c5b9a8d16);});$marker.push(m_498a6f2c3f94ac4a91b55d2c5b9a8d16);}});}google.maps.event.addDomListener(window, 'load', initialize);